mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
added missing return value
This commit is contained in:
parent
90b5b0d1c9
commit
c6b55e45e9
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user