Explorar o código

added missing return value

Juan Linietsky %!s(int64=9) %!d(string=hai) anos
pai
achega
c6b55e45e9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tools/editor/editor_resource_preview.cpp

+ 2 - 0
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() {