aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins/editor_export_scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/io_plugins/editor_export_scene.cpp')
-rw-r--r--tools/editor/io_plugins/editor_export_scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/io_plugins/editor_export_scene.cpp b/tools/editor/io_plugins/editor_export_scene.cpp
index a88643d53..c2e037cfd 100644
--- a/tools/editor/io_plugins/editor_export_scene.cpp
+++ b/tools/editor/io_plugins/editor_export_scene.cpp
@@ -61,7 +61,7 @@ Vector<uint8_t> EditorSceneExportPlugin::custom_export(String& p_path,const Ref<
uint64_t sd=0;
String smd5;
- String gp = Globals::get_singleton()->globalize_path(p_path);
+ String gp = GlobalConfig::get_singleton()->globalize_path(p_path);
String md5=gp.md5_text();
String tmp_path = EditorSettings::get_singleton()->get_settings_path().plus_file("tmp/");