diff options
-rw-r--r-- | tools/editor/editor_resource_preview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_resource_preview.cpp b/tools/editor/editor_resource_preview.cpp index 68e3d42eeb..26a27d0fc3 100644 --- a/tools/editor/editor_resource_preview.cpp +++ b/tools/editor/editor_resource_preview.cpp @@ -356,6 +356,8 @@ void EditorResourcePreview::check_for_invalidation(const String& p_path) { call_deferred("emit_signal","preview_invalidated",p_path); } + return call_invalidated; + } EditorResourcePreview::EditorResourcePreview() { |