Skip to content

Commit f281cc6

Browse files
committed
forgor to remove this
1 parent dd4e896 commit f281cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/backend/utils/XMLUtil.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class XMLUtil {
188188
return loadSpriteFromXML(Type.createInstance(cl, args), node, parentFolder, defaultAnimType);
189189
}
190190

191-
public static function extractAnimFromXML(anim:Access, animType:XMLAnimType = NONE, loop:Bool = false, ?sprite:FunkinSprite):AnimData {
191+
public static function extractAnimFromXML(anim:Access, animType:XMLAnimType = NONE, loop:Bool = false):AnimData {
192192
var animData:AnimData = {
193193
name: null,
194194
anim: null,

0 commit comments

Comments
 (0)