fix ghost tapping not working

This commit is contained in:
Kade M 2021-07-07 16:01:26 -07:00
parent 353a9c37e1
commit 1f75d363b3

View File

@ -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);
}