again wit another fix
This commit is contained in:
parent
fd182641e8
commit
11cf5b3f6e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user