mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Only run Encore wiggle in software
This commit is contained in:
parent
978c4f7e24
commit
780202668b
1 changed files with 4 additions and 0 deletions
|
|
@ -462,8 +462,12 @@ void F_RunWipe(UINT8 wipetype, boolean drawMenu, const char *colormap, boolean r
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
F_DoWipe(fmask, fcolor, reverse);
|
F_DoWipe(fmask, fcolor, reverse);
|
||||||
|
|
||||||
|
#ifndef HWRENDER
|
||||||
if (encorewiggle)
|
if (encorewiggle)
|
||||||
F_DoEncoreWiggle(wipeframe); // Can't think of a better way to run this on fades, unfortunately.
|
F_DoEncoreWiggle(wipeframe); // Can't think of a better way to run this on fades, unfortunately.
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
I_OsPolling();
|
I_OsPolling();
|
||||||
I_UpdateNoBlit();
|
I_UpdateNoBlit();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue