This commit is contained in:
Henrik Rydgard 2015-11-04 22:28:54 +01:00
parent f3b0562bd8
commit a6d6a68a95

View file

@ -864,10 +864,6 @@ void TransformDrawEngine::ApplyDrawState(int prim) {
float hScale = 1.0f;
float yOffset = 0.0f;
if (vpWidth < 200 && vpWidth != vpHeight) {
vpWidth++;
}
// If we're within the bounds, we want clipping the viewport way. So leave it be.
if (left < 0.0f || right > renderWidth) {
float overageLeft = std::max(-left, 0.0f);