Regression fix c69ac64
This commit is contained in:
parent
f29d9c0bf9
commit
d2546bed5b
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue