Skip to content

Commit 047e2fc

Browse files
committed
Fuck
1 parent 503ff87 commit 047e2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/backend/utils/CoolUtil.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ class CoolUtil
870870
return FlxTween.parseFieldString(fieldPath);
871871
}
872872

873-
function stringifyFieldsPath(fields:Array<OneOfTwo<String, Int>>):String {
873+
public static function stringifyFieldsPath(fields:Array<OneOfTwo<String, Int>>):String {
874874
var str = new StringBuf();
875875
var first = true;
876876
for (field in fields) {

0 commit comments

Comments
 (0)