mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
added missing return value
This commit is contained in:
parent
90b5b0d1c9
commit
c6b55e45e9
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue