Add a new HashSet template
* Intended to replace RBSet in most cases. * Optimized for iteration speed
This commit is contained in:
@ -57,7 +57,7 @@ void ReparentDialog::_reparent() {
|
||||
}
|
||||
}
|
||||
|
||||
void ReparentDialog::set_current(const RBSet<Node *> &p_selection) {
|
||||
void ReparentDialog::set_current(const HashSet<Node *> &p_selection) {
|
||||
tree->set_marked(p_selection, false, false);
|
||||
//tree->set_selected(p_node->get_parent());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user