You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Merge pull request #22694 from swarnimarun/fix-create-spatial-root
Fixing create spatial root button
This commit is contained in:
@@ -836,6 +836,8 @@ void SceneTreeDock::_tool_selected(int p_tool, bool p_confirm_override) {
|
||||
editor_data->get_undo_redo().commit_action();
|
||||
|
||||
editor->edit_node(new_node);
|
||||
editor_selection->clear();
|
||||
editor_selection->add_node(new_node);
|
||||
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user