Skip to content

Commit 9d08b9a

Browse files
committed
Fix "change_scene_to_*" behavior description
1 parent 4124f61 commit 9d08b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/change_scenes_manually.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ access and integrity.
4444
1. **Delete the existing scene.**
4545
:ref:`SceneTree.change_scene_to_file() <class_SceneTree_method_change_scene_to_file>` and
4646
:ref:`SceneTree.change_scene_to_packed() <class_SceneTree_method_change_scene_to_packed>`
47-
will delete the current scene immediately. You can also delete the
47+
will queue the current scene for deletion. You can also delete the
4848
main scene. Assuming the root node's name is "Main", you could do
4949
``get_node("/root/Main").free()`` to delete the whole scene.
5050

0 commit comments

Comments
 (0)