fix ghost tapping not working
This commit is contained in:
parent
353a9c37e1
commit
1f75d363b3
@ -1468,6 +1468,9 @@ class PlayState extends MusicBeatState
|
||||
ana.hitJudge = Ratings.CalculateRating(noteDiff, Math.floor((PlayStateChangeables.safeFrames / 60) * 1000));
|
||||
ana.nearestNote = [coolNote.strumTime,coolNote.noteData,coolNote.sustainLength];
|
||||
}
|
||||
else if (!FlxG.save.data.ghost)
|
||||
noteMiss(data,null);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user