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