Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable
This commit is contained in:
parent
6916349697
commit
f18aa00e85
45 changed files with 85 additions and 85 deletions
|
|
@ -397,7 +397,7 @@ void ProjectDialog::_nonempty_confirmation_ok_pressed() {
|
|||
}
|
||||
|
||||
void ProjectDialog::_renderer_selected() {
|
||||
ERR_FAIL_COND(!renderer_button_group->get_pressed_button());
|
||||
ERR_FAIL_NULL(renderer_button_group->get_pressed_button());
|
||||
|
||||
String renderer_type = renderer_button_group->get_pressed_button()->get_meta(SNAME("rendering_method"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue