mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
parent
8f0a885f63
commit
b253ae123f
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ void TryRunTics (void)
|
||||||
bool doWait = cl_capfps || pauseext || (r_NoInterpolate && !M_IsAnimated());
|
bool doWait = cl_capfps || pauseext || (r_NoInterpolate && !M_IsAnimated());
|
||||||
|
|
||||||
// get real tics
|
// get real tics
|
||||||
if (doWait)
|
if (doWait && gamestate != GS_INTERMISSION) // GS_INTERMISSION needs uncapped frame rate.
|
||||||
{
|
{
|
||||||
entertic = I_WaitForTic (oldentertics);
|
entertic = I_WaitForTic (oldentertics);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue