accuracy backwards

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

View File

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