This commit is contained in:
Ced2911 2013-09-04 13:06:22 +02:00
parent 746e7d5ff8
commit 896b149460

View File

@ -282,7 +282,7 @@ void TransformDrawEngine::ApplyDrawState(int prim) {
renderHeightFactor = renderHeight / 272.0f;
}
bool throughmode = (gstate.vertType & GE_VTYPE_THROUGH_MASK) != 0;
bool throughmode = gstate.isModeThrough();
// Scissor
int scissorX1 = gstate.getScissorX1();