mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 22:21:05 +00:00
Run UpdateLevelInterpolators in preticker
Fixes KartKrew/Kart-Public#10
This commit is contained in:
parent
4d18329946
commit
1920dba082
1 changed files with 2 additions and 0 deletions
|
@ -830,6 +830,8 @@ void P_PreTicker(INT32 frames)
|
|||
|
||||
LUA_HOOK(PostThinkFrame);
|
||||
|
||||
R_UpdateLevelInterpolators();
|
||||
|
||||
P_MapEnd();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue