Run UpdateLevelInterpolators in preticker

Fixes KartKrew/Kart-Public#10
This commit is contained in:
Eidolon 2022-05-05 18:49:31 -05:00
parent fe28e7350b
commit fb1bfd8215

View file

@ -851,6 +851,8 @@ void P_PreTicker(INT32 frames)
P_UpdateSpecials();
P_RespawnSpecials();
R_UpdateLevelInterpolators();
P_MapEnd();
}
}