Skip to content

Commit 0e949a0

Browse files
committed
pointer fix
1 parent cdb9f8f commit 0e949a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/overrides.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,11 @@ function Game:update(dt)
410410
if not G.OVERLAY_MENU and G.GAME.CODE_DESTROY_CARD then
411411
G.FUNCS.exit_overlay_menu_code()
412412
end
413+
414+
if not G.OVERLAY_MENU then
415+
G.GAME.USING_POINTER = nil
416+
end
417+
413418
--Increase the blind size for The Clock and Lavender Loop
414419
local choices = { "Small", "Big", "Boss" }
415420
G.GAME.CRY_BLINDS = G.GAME.CRY_BLINDS or {}

0 commit comments

Comments
 (0)