mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
parent
46ca9613c6
commit
8be7c1a03d
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ void LUA_HookThinkFrame(void)
|
|||
if (cv_perfstats.value == 3)
|
||||
{
|
||||
lua_Debug ar;
|
||||
time_taken = I_PreciseToMicros(I_GetPreciseTime() - time_taken);
|
||||
time_taken = I_GetPreciseTime() - time_taken;
|
||||
lua_getinfo(gL, ">S", &ar);
|
||||
PS_SetThinkFrameHookInfo(hook_index, time_taken, ar.short_src);
|
||||
hook_index++;
|
||||
|
|
Loading…
Reference in a new issue