PostThinkFrame during run only

It's scary that it wasn't doing this before!
This commit is contained in:
Sally Coolatta 2024-05-15 18:46:59 -04:00
parent df28169031
commit 80ac9210c5

View file

@ -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.