mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
PostThinkFrame during run only
It's scary that it wasn't doing this before!
This commit is contained in:
parent
df28169031
commit
80ac9210c5
1 changed files with 2 additions and 2 deletions
|
|
@ -1355,10 +1355,10 @@ void P_Ticker(boolean run)
|
|||
K_TickMessages();
|
||||
}
|
||||
|
||||
LUA_HOOK(PostThinkFrame);
|
||||
|
||||
if (run)
|
||||
{
|
||||
LUA_HOOK(PostThinkFrame);
|
||||
|
||||
R_UpdateLevelInterpolators();
|
||||
|
||||
// Hack: ensure newview is assigned every tic.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue