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);
|
call_deferred("emit_signal","preview_invalidated",p_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return call_invalidated;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
EditorResourcePreview::EditorResourcePreview() {
|
EditorResourcePreview::EditorResourcePreview() {
|
||||||
|
Loading…
Reference in New Issue
Block a user