Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
NexIsDumb committed Sep 9, 2024
1 parent 680cb97 commit 809f1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/backend/scripting/events/NoteHitEvent.hx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ final class NoteHitEvent extends CancellableEvent {
/**
* Whenever the animation should be forced to play (if it's null it will be forced based on the sprite's data xml, if it has one).
*/
public var forceAnim:Null<Bool> = null;
public var forceAnim:Null<Bool> = true;

/**
* Prevents the default sing animation from being played.
Expand Down

0 comments on commit 809f1f2

Please sign in to comment.