You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Remove unnecessary code and add some error explanations
This commit is contained in:
@@ -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()))) {
|
||||
|
||||
Reference in New Issue
Block a user