Skip to content

Commit 3dd9b2e

Browse files
committed
the ol switcheroo
1 parent 79e2d1d commit 3dd9b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src_hudhelper/hud_helper.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,11 +1237,11 @@ local function InitFunctions()
12371237
end
12381238

12391239
local function preRenderHUDs()
1240-
HudHelper.RenderHUDs(false)
1240+
HudHelper.RenderHUDs(true)
12411241
end
12421242

12431243
local function postRenderHUDs()
1244-
HudHelper.RenderHUDs(true)
1244+
HudHelper.RenderHUDs(false)
12451245
end
12461246

12471247
local function resetHUDPlayersOnLazBBirthrightFlip(_, _, _, player)

0 commit comments

Comments
 (0)