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)