Don't interpolate during net lag

This commit is contained in:
Eidolon 2022-05-17 19:57:31 -05:00
parent 6fbd38edf9
commit dc0d5398fb

View file

@ -750,7 +750,7 @@ void D_SRB2Loop(void)
{
renderdeltatics = FLOAT_TO_FIXED(deltatics);
if (!(paused || P_AutoPause()))
if (!(paused || P_AutoPause()) && !hu_stopped)
{
rendertimefrac = g_time.timefrac;
}