Use old behavior when dipping below 35 with interp

This commit is contained in:
Sally Coolatta 2022-05-30 18:22:46 -04:00
parent 7bf672a399
commit 2861e7688a

View file

@ -747,7 +747,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;
}