diff --git a/tools/editor/editor_resource_preview.cpp b/tools/editor/editor_resource_preview.cpp index 68e3d42eebe..26a27d0fc3c 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() {