Remove lying comment

This commit is contained in:
Henrik Rydgard 2014-09-08 23:14:33 +02:00
parent 01a1438dce
commit 0a74243b61

View File

@ -404,8 +404,6 @@ void TransformDrawEngineDX9::ApplyDrawState(int prim) {
gstate_c.vpDepth = zScale * 2;
// D3D does not like viewports outside the screen. Let's clamp for now.
dxstate.viewport.set(vpX0 + renderX, vpY0 + renderY, vpWidth, vpHeight, depthRangeMin, depthRangeMax);
}
}