Reset overlays interp states each TryRunTics

This commit is contained in:
Eidolon 2022-04-25 16:39:40 -05:00
parent dbd5ddf95d
commit 6fe25f7dbb

View file

@ -6901,6 +6901,8 @@ void P_RunOverlays(void)
else
P_SetThingPosition(mo);
P_CheckPosition(mo, mo->x, mo->y);
R_ResetMobjInterpolationState(mo);
}
P_SetTarget(&overlaycap, NULL);
}