Skip to content

Commit

Permalink
Update NoteSprite.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
lemz1 committed Oct 9, 2024
1 parent 96c5d96 commit 8e8655d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions source/funkin/play/notes/NoteSprite.hx
Original file line number Diff line number Diff line change
Expand Up @@ -168,23 +168,6 @@ class NoteSprite extends FunkinSprite
this.active = noteStyle.isNoteAnimated();
}

/**
* Retrieve the value of the param with the given name
* @param name Name of the param
* @return Null<Dynamic>
*/
public function getParam(name:String):Null<Dynamic>
{
for (param in params)
{
if (param.name == name)
{
return param.value;
}
}
return null;
}

/**
* Retrieve the value of the param with the given name
* @param name Name of the param
Expand Down

0 comments on commit 8e8655d

Please sign in to comment.