mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-17 00:11:23 +00:00
Run UpdateLevelInterpolators in preticker
Fixes KartKrew/Kart-Public#10
This commit is contained in:
parent
fe28e7350b
commit
fb1bfd8215
1 changed files with 2 additions and 0 deletions
|
@ -851,6 +851,8 @@ void P_PreTicker(INT32 frames)
|
|||
P_UpdateSpecials();
|
||||
P_RespawnSpecials();
|
||||
|
||||
R_UpdateLevelInterpolators();
|
||||
|
||||
P_MapEnd();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue