mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
im dumb
This commit is contained in:
parent
ba62e4cb0e
commit
10bb5d8a30
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class Note extends FlxSprite
|
|||
if (mustPress)
|
||||
{
|
||||
// miss on the NEXT frame so lag doesnt make u miss notes
|
||||
if (willMiss)
|
||||
if (willMiss && !wasGoodHit)
|
||||
{
|
||||
tooLate = true;
|
||||
canBeHit = false;
|
||||
|
|
Loading…
Reference in a new issue