Skip to content

Commit

Permalink
Fix more inconsistent booleans in Chart Preview
Browse files Browse the repository at this point in the history
if this one isnt false absolutely always, music still doesnt start correctly
but it has to be true in 1 very very specific instance
  • Loading branch information
poco0317 committed Dec 9, 2019
1 parent edd0edd commit 443411a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ local t =
-- used in notefield creation function to see if we should restart music
-- it is immediately turned off when toggling notefield
changingSongs = true
tryingToStart = false

-- if switching songs, we want the notedata to disappear temporarily
if noteField then
Expand Down

0 comments on commit 443411a

Please sign in to comment.