mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Also draw TROR from showview* commands.
git-svn-id: https://svn.eduke32.com/eduke32@2882 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
21a9cb3581
commit
458b202ce3
1 changed files with 3 additions and 0 deletions
|
@ -2457,7 +2457,10 @@ nullquote:
|
|||
if (getrendermode() == 4)
|
||||
polymer_setanimatesprites(G_DoSpriteAnimations, x,y,a,smoothratio);
|
||||
#endif
|
||||
yax_preparedrawrooms();
|
||||
drawrooms(x,y,z,a,horiz,sect);
|
||||
yax_drawrooms(G_DoSpriteAnimations, sect, 0, smoothratio);
|
||||
|
||||
display_mirror = 2;
|
||||
G_DoSpriteAnimations(x,y,a,smoothratio);
|
||||
display_mirror = 0;
|
||||
|
|
Loading…
Reference in a new issue