aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_import_export.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-12-13 20:39:01 -0300
committerJuan Linietsky2015-12-13 20:39:01 -0300
commit7f96f0603e16a970c7b0ea1fba936e56baf80d4a (patch)
treef470757f0dc5669ed7fbd6c720339dde0d7ce04d /tools/editor/editor_import_export.cpp
parent72ff61963b207cc41664f7aeb39448d0a2f8369f (diff)
downloadgodot-7f96f0603e16a970c7b0ea1fba936e56baf80d4a.tar.gz
godot-7f96f0603e16a970c7b0ea1fba936e56baf80d4a.tar.zst
godot-7f96f0603e16a970c7b0ea1fba936e56baf80d4a.zip
-scenes are properly reloaded when a dependency changes, fixes #2896
(it's clevery done so local changes to scenes are kept even if unsaved)
Diffstat (limited to 'tools/editor/editor_import_export.cpp')
-rw-r--r--tools/editor/editor_import_export.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_import_export.cpp b/tools/editor/editor_import_export.cpp
index 3cd5cfd62..b6c68d05b 100644
--- a/tools/editor/editor_import_export.cpp
+++ b/tools/editor/editor_import_export.cpp
@@ -43,6 +43,7 @@
#include "tools/editor/plugins/script_editor_plugin.h"
#include "io/zip_io.h"
+
String EditorImportPlugin::validate_source_path(const String& p_path) {
String gp = Globals::get_singleton()->globalize_path(p_path);