diff --git a/source/PlayState.hx b/source/PlayState.hx index 195d32f..5123167 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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); + }