im kinda dumb
This commit is contained in:
parent
0f87321db5
commit
9271aad976
@ -2404,7 +2404,7 @@ class PlayState extends MusicBeatState
|
|||||||
if (mashing <= getKeyPresses(note) && mashViolations < 3)
|
if (mashing <= getKeyPresses(note) && mashViolations < 3)
|
||||||
{
|
{
|
||||||
mashViolations++;
|
mashViolations++;
|
||||||
goodNoteHit(note, !(mashing <= getKeyPresses(note)));
|
goodNoteHit(note, (mashing <= getKeyPresses(note)));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user