You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
added missing return value
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user