Fix "reparent to new node" not remembering index
This commit is contained in:
@ -179,7 +179,8 @@ class SceneTreeDock : public VBoxContainer {
|
||||
bool first_enter = true;
|
||||
|
||||
void _create();
|
||||
void _do_create(Node *p_parent);
|
||||
Node *_do_create(Node *p_parent);
|
||||
void _post_do_create(Node *p_child);
|
||||
Node *scene_root = nullptr;
|
||||
Node *edited_scene = nullptr;
|
||||
Node *pending_click_select = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user