Skip to content
Snippets Groups Projects
Commit f7fcffb9 authored by toaster's avatar toaster
Browse files

Merge branch 'post-think-fix' into 'master'

PostThinkFrame during run only

See merge request KartKrew/Kart!2383
parents 798d653c 80ac9210
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment