summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-07-03 13:15:15 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-07-03 13:16:10 -0300
commit6442dfb73bf17d69768b5ff42d2fd269a6aa2f51 (patch)
tree3fc82ac494207f51c096f2d1e8e4ec15870ceb1f /tools/editor/editor_node.cpp
parenta28bf56ef9b9d5d93031fb8ce4209370f075f69b (diff)
Added proper resource preview cache invalidation, fixes #5342
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 2bba97251d..ae632ab381 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -2846,6 +2846,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
if (mt!=E->get()->get_last_modified_time()) {
E->get()->reload_from_file();
}
+
}