mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Removing " a" (singular) in front of "ViewportContainers" (plural)
This is basically a test for me in order to learn how to properly submit PRs, while also doing something tiny bit useful.
My 4th attempt at doing this correctly. This time from separate branch to master :)
(cherry picked from commit d4b7b9ec6f)
This commit is contained in:
committed by
Rémi Verschelde
parent
1ee3f6938b
commit
747dcf4038
@@ -130,7 +130,7 @@ a scene's data between scene changes (adding the scene to the root node).
|
||||
|
||||
GetTree().GetRoot().AddChild(scene);
|
||||
|
||||
Perhaps instead they wish to display multiple scenes at the same time using a
|
||||
Perhaps instead they wish to display multiple scenes at the same time using
|
||||
:ref:`ViewportContainers <class_ViewportContainer>`. This is optimal in
|
||||
cases where the intent is to render different content in different parts of the
|
||||
screen. Minimaps and split-screen multiplayer are good examples.
|
||||
|
||||
Reference in New Issue
Block a user