Merge remote-tracking branch 'upstream/master' into patch-3
This commit is contained in:
@ -1631,17 +1631,6 @@ class PlayState extends MusicBeatState
|
||||
swagNote.sustainLength = songNotes[2];
|
||||
swagNote.scrollFactor.set(0, 0);
|
||||
|
||||
var addNote = false;
|
||||
|
||||
for (i in unspawnNotes)
|
||||
if (i.strumTime == daStrumTime && i.noteData == daNoteData)
|
||||
addNote = true;
|
||||
|
||||
if (addNote)
|
||||
{
|
||||
trace('stacked note, thats cringe');
|
||||
continue;
|
||||
}
|
||||
|
||||
var susLength:Float = swagNote.sustainLength;
|
||||
|
||||
|
Reference in New Issue
Block a user