aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-12-17 15:43:11 +0100
committerGitHub2017-12-17 15:43:11 +0100
commitcacab4ba6204aa36ddbc85d55705ab82b45e7930 (patch)
tree9a498561f69431b1656106198323eb9a5cd38a1c /editor/editor_node.cpp
parent8821f9b750a59ca3ec7465ce54a472eb541d7181 (diff)
parent8f25a2dc11b73cd440adcd341e4180f6f93877aa (diff)
downloadgodot-cacab4ba6204aa36ddbc85d55705ab82b45e7930.tar.gz
godot-cacab4ba6204aa36ddbc85d55705ab82b45e7930.tar.zst
godot-cacab4ba6204aa36ddbc85d55705ab82b45e7930.zip
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index cb8407386..0eb8ea6e4 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -444,15 +444,7 @@ void EditorNode::_fs_changed() {
continue;
if (E->get()->get_import_path() != String()) {
-//this is an imported resource, will be reloaded if reimported via the _resources_reimported() callback
-//imported resource
-#if 0
- uint64_t mt = FileAccess::get_modified_time(E->get()->get_import_path());
-
- if (mt != E->get()->get_import_last_modified_time()) {
- changed.push_back(E->get());
- }
-#endif
+ //this is an imported resource, will be reloaded if reimported via the _resources_reimported() callback
continue;
}