accuracy backwards

This commit is contained in:
KadeDev 2021-03-20 00:37:33 -07:00
parent 95e108a18d
commit 24f90be635

View File

@ -2378,7 +2378,7 @@ class PlayState extends MusicBeatState
badNoteCheck(); badNoteCheck();
} }
} }
else if (keyP) else if (keyP )
{ {
goodNoteHit(note); goodNoteHit(note);
} }