mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-07 07:22:54 +00:00
Move V_ClearClipRect after call_mapped
based on toaster's suggestion
This commit is contained in:
parent
f3e1cf814e
commit
49c49dab3b
1 changed files with 3 additions and 3 deletions
|
|
@ -688,11 +688,11 @@ void LUA_HookHUD(huddrawlist_h list, int hook_type)
|
|||
|
||||
hud_running = true; // local hook
|
||||
|
||||
// Catch runaway clipping rectangles.
|
||||
V_ClearClipRect();
|
||||
|
||||
init_hook_call(&hook, 0, res_none);
|
||||
call_mapped(&hook, &hudHookIds[hook_type]);
|
||||
|
||||
// Catch runaway clipping rectangles.
|
||||
V_ClearClipRect();
|
||||
|
||||
hud_running = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue