mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -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)
|
if (mustPress)
|
||||||
{
|
{
|
||||||
// miss on the NEXT frame so lag doesnt make u miss notes
|
// miss on the NEXT frame so lag doesnt make u miss notes
|
||||||
if (willMiss)
|
if (willMiss && !wasGoodHit)
|
||||||
{
|
{
|
||||||
tooLate = true;
|
tooLate = true;
|
||||||
canBeHit = false;
|
canBeHit = false;
|
||||||
|
|
Loading…
Reference in a new issue