value changing

This commit is contained in:
KadeDeveloper 2021-08-11 19:27:21 -07:00
parent 19c49b0deb
commit badd9bf75d

View File

@ -3755,7 +3755,7 @@ class PlayState extends MusicBeatState
startDelay: Conductor.crochet * 0.002 startDelay: Conductor.crochet * 0.002
}); });
if (visibleCombos.length > 25) if (visibleCombos.length > seperatedScore.length + 20)
{ {
for(i in 0...seperatedScore.length - 1) for(i in 0...seperatedScore.length - 1)
{ {