mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
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
|
@ -779,7 +779,7 @@ void ScriptEditor::_update_modified_scripts_for_external_editor(Ref<Script> p_fo
|
|||
return;
|
||||
}
|
||||
|
||||
ERR_FAIL_COND(!get_tree());
|
||||
ERR_FAIL_NULL(get_tree());
|
||||
|
||||
HashSet<Ref<Script>> scripts;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue