From badd9bf75d55c18392c01e8da28276994b6a3980 Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Wed, 11 Aug 2021 19:27:21 -0700 Subject: [PATCH] value changing --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index c9e2bc2..79d0ba6 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3755,7 +3755,7 @@ class PlayState extends MusicBeatState startDelay: Conductor.crochet * 0.002 }); - if (visibleCombos.length > 25) + if (visibleCombos.length > seperatedScore.length + 20) { for(i in 0...seperatedScore.length - 1) {