VarAction2: Remove umax operations with constant 0

pull/441/head
Jonathan G Rennison 2 years ago
parent 419c356f30
commit 7e6f7ebba6

@ -204,6 +204,7 @@ inline bool IsEvalAdjustWithZeroRemovable(DeterministicSpriteGroupAdjustOperatio
case DSGA_OP_SHL:
case DSGA_OP_SHR:
case DSGA_OP_SAR:
case DSGA_OP_UMAX:
return true;
default:

Loading…
Cancel
Save