added missing return value

This commit is contained in:
Juan Linietsky 2016-07-03 20:01:14 -03:00
parent 90b5b0d1c9
commit c6b55e45e9
1 changed files with 2 additions and 0 deletions

View File

@ -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() {