From 11cf5b3f6e54faa53d2485451e5ecb1d5c9e0189 Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Mon, 19 Jul 2021 21:49:17 -0700 Subject: [PATCH] again wit another fix --- source/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index 825001f..ee4f5f4 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -2068,7 +2068,7 @@ class ChartingState extends MusicBeatState var daSec = FlxMath.maxInt(curSection, sectionNum); var sect = lastUpdatedSection; - if (sect != null) + if (sect == null) return; for (note in _song.notes[daSec - sectionNum].sectionNotes)