We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503ff87 commit 047e2fcCopy full SHA for 047e2fc
source/funkin/backend/utils/CoolUtil.hx
@@ -870,7 +870,7 @@ class CoolUtil
870
return FlxTween.parseFieldString(fieldPath);
871
}
872
873
- function stringifyFieldsPath(fields:Array<OneOfTwo<String, Int>>):String {
+ public static function stringifyFieldsPath(fields:Array<OneOfTwo<String, Int>>):String {
874
var str = new StringBuf();
875
var first = true;
876
for (field in fields) {
0 commit comments