From 6932fcea895f514a68b5689cb5e18a3117a48155 Mon Sep 17 00:00:00 2001 From: poco0317 Date: Sat, 9 Mar 2019 23:01:57 -0600 Subject: [PATCH] Display cursor in fullscreen Practice Mode --- .../Til Death/BGAnimations/ScreenGameplay overlay/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenGameplay overlay/default.lua b/Themes/Til Death/BGAnimations/ScreenGameplay overlay/default.lua index 2d2d600554..3dc6835ee8 100644 --- a/Themes/Til Death/BGAnimations/ScreenGameplay overlay/default.lua +++ b/Themes/Til Death/BGAnimations/ScreenGameplay overlay/default.lua @@ -17,7 +17,7 @@ end if inCustomize then t[#t + 1] = LoadActor("messagebox") end -if inReplay or inCustomize then +if inReplay or inCustomize or isPractice then t[#t + 1] = LoadActor("../_cursor") end return t