mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
Oops
This commit is contained in:
parent
107a630883
commit
2f49b549df
1 changed files with 5 additions and 6 deletions
|
@ -3287,12 +3287,11 @@ RORHACK:
|
||||||
goto RORHACK;
|
goto RORHACK;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (videoGetRenderMode() == REND_CLASSIC)
|
sub_5571C(1);
|
||||||
{
|
int nSpriteSortCnt = spritesortcnt;
|
||||||
sub_5571C(1);
|
renderDrawMasks();
|
||||||
renderDrawMasks();
|
spritesortcnt = nSpriteSortCnt;
|
||||||
sub_5571C(0);
|
sub_5571C(0);
|
||||||
}
|
|
||||||
sub_557C4(cX, cY, gInterpolate);
|
sub_557C4(cX, cY, gInterpolate);
|
||||||
renderDrawMasks();
|
renderDrawMasks();
|
||||||
gView->pSprite->cstat = bakCstat;
|
gView->pSprite->cstat = bakCstat;
|
||||||
|
|
Loading…
Reference in a new issue