FIXED up bullshit

This commit is contained in:
Cameron Taylor
2020-10-21 17:22:12 -07:00
parent bea3ca7fd8
commit b595d62486
3 changed files with 9 additions and 36 deletions

View File

@ -1053,7 +1053,7 @@ class PlayState extends MusicBeatState
if (rightP)
noteMiss(3);
if (downP)
noteMiss(2);
noteMiss(1);
}
function noteCheck(keyP:Bool, note:Note):Void