mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 01:01:45 +00:00
Use old behavior when dipping below 35 with interp
This commit is contained in:
parent
1ef40c9037
commit
8b175398f8
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ void D_SRB2Loop(void)
|
|||
|
||||
renderdeltatics = FLOAT_TO_FIXED(deltatics);
|
||||
|
||||
if (!(paused || P_AutoPause()) && !hu_stopped)
|
||||
if (!(paused || P_AutoPause()) && deltatics < 1.0 && !hu_stopped)
|
||||
{
|
||||
rendertimefrac = g_time.timefrac;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue