aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/scene_format_text.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2018-01-30 11:03:46 -0300
committerJuan Linietsky2018-01-30 11:04:22 -0300
commit1322ca6fb254f31d9f6133ad083588b5d21e97be (patch)
treeec7709afe854715d863fb64e7112161913a78ab7 /scene/resources/scene_format_text.cpp
parentd1954f464c952363ab4b09ec9ccbd26c740c3438 (diff)
downloadgodot-1322ca6fb254f31d9f6133ad083588b5d21e97be.tar.gz
godot-1322ca6fb254f31d9f6133ad083588b5d21e97be.tar.zst
godot-1322ca6fb254f31d9f6133ad083588b5d21e97be.zip
Diffstat (limited to 'scene/resources/scene_format_text.cpp')
-rw-r--r--scene/resources/scene_format_text.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/scene_format_text.cpp b/scene/resources/scene_format_text.cpp
index 0faa0dc77..91c801c01 100644
--- a/scene/resources/scene_format_text.cpp
+++ b/scene/resources/scene_format_text.cpp
@@ -1312,6 +1312,8 @@ Error ResourceFormatLoaderText::rename_dependencies(const String &p_path, const
return ria->rename_dependencies(f, p_path, p_map);
}
+ResourceFormatLoaderText *ResourceFormatLoaderText::singleton = NULL;
+
Error ResourceFormatLoaderText::convert_file_to_binary(const String &p_src_path, const String &p_dst_path) {
Error err;