Skip to content

Commit

Permalink
merge bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
KutikiPlayz committed Sep 17, 2024
1 parent e5df084 commit d5ef493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions source/funkin/play/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2383,11 +2383,6 @@ class PlayState extends MusicBeatSubState
// Play the strumline animation.
playerStrumline.playConfirm(targetNote.direction, targetNote.length > 0);
}
else
{
// Play the strumline animation.
playerStrumline.playPress(input.noteDirection);
}
}

while (inputReleaseQueue.length > 0)
Expand Down
2 changes: 1 addition & 1 deletion source/funkin/play/notes/StrumlineNote.hx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class StrumlineNote extends FlxSprite
this.playAnimation('press', true);
}

public function playConfirm():Void
public function playConfirm(hold:Bool = false):Void
{
this.active = true;

Expand Down

0 comments on commit d5ef493

Please sign in to comment.