Skip to content

Commit

Permalink
Display cursor in fullscreen Practice Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Mar 10, 2019
1 parent 62a9b78 commit 6932fce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6932fce

Please sign in to comment.