diff options
| author | Rémi Verschelde | 2017-12-17 15:43:11 +0100 |
|---|---|---|
| committer | GitHub | 2017-12-17 15:43:11 +0100 |
| commit | cacab4ba6204aa36ddbc85d55705ab82b45e7930 (patch) | |
| tree | 9a498561f69431b1656106198323eb9a5cd38a1c /editor/editor_node.cpp | |
| parent | 8821f9b750a59ca3ec7465ce54a472eb541d7181 (diff) | |
| parent | 8f25a2dc11b73cd440adcd341e4180f6f93877aa (diff) | |
| download | godot-cacab4ba6204aa36ddbc85d55705ab82b45e7930.tar.gz godot-cacab4ba6204aa36ddbc85d55705ab82b45e7930.tar.zst godot-cacab4ba6204aa36ddbc85d55705ab82b45e7930.zip | |
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 10 |
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; } |
