mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove unnecessary code and add some error explanations
This commit is contained in:
parent
eaaff9da31
commit
3c154eb93b
48 changed files with 149 additions and 187 deletions
|
@ -69,7 +69,7 @@ void GroupDialog::_load_nodes(Node *p_current) {
|
|||
keep = false;
|
||||
}
|
||||
|
||||
TreeItem *node;
|
||||
TreeItem *node = NULL;
|
||||
NodePath path = scene_tree->get_edited_scene_root()->get_path_to(p_current);
|
||||
if (keep && p_current->is_in_group(selected_group)) {
|
||||
if (remove_filter->get_text().is_subsequence_ofi(String(p_current->get_name()))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue