mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +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
|
||||
#endif
|
||||
F_DoWipe(fmask, fcolor, reverse);
|
||||
|
||||
#ifndef HWRENDER
|
||||
if (encorewiggle)
|
||||
F_DoEncoreWiggle(wipeframe); // Can't think of a better way to run this on fades, unfortunately.
|
||||
#endif
|
||||
|
||||
|
||||
I_OsPolling();
|
||||
I_UpdateNoBlit();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue