mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-05 21:30:55 +00:00
- fix interpolation stutters when opening console for SW.
This commit is contained in:
parent
d99c907acb
commit
99fdbfb6cb
1 changed files with 2 additions and 2 deletions
|
@ -2526,9 +2526,9 @@ void RunLevel(void)
|
||||||
return; // Stop the game loop if a savegame was loaded from the menu.
|
return; // Stop the game loop if a savegame was loaded from the menu.
|
||||||
}
|
}
|
||||||
|
|
||||||
if (M_Active())
|
if (M_Active() || GUICapture || GamePaused)
|
||||||
{
|
{
|
||||||
ototalclock = (int)totalclock;
|
totalclock = ototalclock + (120 / synctics);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue