again wit another fix

This commit is contained in:
KadeDeveloper 2021-07-19 21:49:17 -07:00
parent fd182641e8
commit 11cf5b3f6e

View File

@ -2068,7 +2068,7 @@ class ChartingState extends MusicBeatState
var daSec = FlxMath.maxInt(curSection, sectionNum); var daSec = FlxMath.maxInt(curSection, sectionNum);
var sect = lastUpdatedSection; var sect = lastUpdatedSection;
if (sect != null) if (sect == null)
return; return;
for (note in _song.notes[daSec - sectionNum].sectionNotes) for (note in _song.notes[daSec - sectionNum].sectionNotes)