Regression fix c69ac64

This commit is contained in:
raven02 2013-11-11 08:53:47 +08:00
parent f29d9c0bf9
commit d2546bed5b

View file

@ -1054,8 +1054,7 @@ void GLES_GPU::ExecuteOpInternal(u32 op, u32 diff) {
case GE_CMD_TEXSIZE5:
case GE_CMD_TEXSIZE6:
case GE_CMD_TEXSIZE7:
if (diff)
gstate_c.textureChanged = true;
gstate_c.textureChanged = true;
break;
case GE_CMD_ZBUFPTR: