mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +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;
|
||||
}
|
||||
#endif
|
||||
if (videoGetRenderMode() == REND_CLASSIC)
|
||||
{
|
||||
sub_5571C(1);
|
||||
renderDrawMasks();
|
||||
sub_5571C(0);
|
||||
}
|
||||
sub_5571C(1);
|
||||
int nSpriteSortCnt = spritesortcnt;
|
||||
renderDrawMasks();
|
||||
spritesortcnt = nSpriteSortCnt;
|
||||
sub_5571C(0);
|
||||
sub_557C4(cX, cY, gInterpolate);
|
||||
renderDrawMasks();
|
||||
gView->pSprite->cstat = bakCstat;
|
||||
|
|
Loading…
Reference in a new issue