mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
Don't limit menus to 35 fps (#1324)
This commit is contained in:
parent
708a0169e8
commit
4351733ffe
@ -728,7 +728,7 @@ void TryRunTics (void)
|
||||
|
||||
// [AM] If we've uncapped the framerate and there are no tics
|
||||
// to run, return early instead of waiting around.
|
||||
#define return_early (uncapped && counts == 0 && leveltime > oldleveltime)
|
||||
#define return_early (uncapped && counts == 0)
|
||||
|
||||
// get real tics
|
||||
entertic = I_GetTime() / ticdup;
|
||||
|
Loading…
x
Reference in New Issue
Block a user