Skip to content

Commit

Permalink
Merge pull request #3282 from TechnikTil/playsound-typo
Browse files Browse the repository at this point in the history
[DOCUMENTATION] playSound Typo in NoteScriptEvent
  • Loading branch information
EliteMasterEric authored Sep 21, 2024
2 parents b03d320 + 4be4570 commit 3ef238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/modding/events/ScriptEvent.hx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class NoteScriptEvent extends ScriptEvent
public var comboCount(default, null):Int;

/**
* Whether to play the record scratch sound (if this eventn type is `NOTE_MISS`).
* Whether to play the record scratch sound (if this event type is `NOTE_MISS`).
*/
public var playSound(default, default):Bool;

Expand Down

0 comments on commit 3ef238a

Please sign in to comment.