You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Editor] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable
This commit is contained in:
@@ -621,7 +621,7 @@ void AnimationLibraryEditor::update_tree() {
|
||||
}
|
||||
|
||||
tree->clear();
|
||||
ERR_FAIL_COND(!player);
|
||||
ERR_FAIL_NULL(player);
|
||||
|
||||
Color ss_color = get_theme_color(SNAME("prop_subsection"), EditorStringName(Editor));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user