From 7ba4e49e8d5267d193ced561735d162f8cc25b6a Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Wed, 6 Mar 2024 15:25:16 +0100 Subject: [PATCH] Merge pull request #9052 from skyace65/ChangeManually Remove confusing sentence for changing scenes (cherry picked from commit 944128625cb3d02fcc19205355a08ef03a8aca8c) --- tutorials/scripting/change_scenes_manually.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/scripting/change_scenes_manually.rst b/tutorials/scripting/change_scenes_manually.rst index a41b2dcc8..3b9b29795 100644 --- a/tutorials/scripting/change_scenes_manually.rst +++ b/tutorials/scripting/change_scenes_manually.rst @@ -4,8 +4,8 @@ Change scenes manually ====================== Sometimes it helps to have more control over how one swaps scenes around. -As mentioned above, a :ref:`Viewport `'s child nodes -will render to the image it generates. This holds true even for nodes outside +A :ref:`Viewport `'s child nodes will render to the image +it generates, this holds true even for nodes outside of the "current" scene. Autoloads fall into this category, but so do scenes which one instances and adds to the tree at runtime: