mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'post-think-fix' into 'master'
PostThinkFrame during run only See merge request KartKrew/Kart!2383
This commit is contained in:
commit
f7fcffb9b3
1 changed files with 2 additions and 2 deletions
|
|
@ -1355,10 +1355,10 @@ void P_Ticker(boolean run)
|
||||||
K_TickMessages();
|
K_TickMessages();
|
||||||
}
|
}
|
||||||
|
|
||||||
LUA_HOOK(PostThinkFrame);
|
|
||||||
|
|
||||||
if (run)
|
if (run)
|
||||||
{
|
{
|
||||||
|
LUA_HOOK(PostThinkFrame);
|
||||||
|
|
||||||
R_UpdateLevelInterpolators();
|
R_UpdateLevelInterpolators();
|
||||||
|
|
||||||
// Hack: ensure newview is assigned every tic.
|
// Hack: ensure newview is assigned every tic.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue