Fix a sentence in docs
This commit is contained in:
parent
1781d5eec6
commit
1767782603
1 changed files with 3 additions and 3 deletions
|
@ -336,9 +336,9 @@ GUI Instances
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Sometimes you might feel the need to separate parts of the GUI. Maybe certain
|
Sometimes you might feel the need to separate parts of the GUI. Maybe certain
|
||||||
should always be drawn before or after other UI elements, or maybe you don't
|
UI elements should always be drawn before or after other UI elements, or maybe
|
||||||
want the UI state to "leak" (e.g., from a stacked pause gamestate to the main
|
you don't want the UI state to "leak" (e.g., from a stacked pause gamestate to
|
||||||
gamestate).
|
the main gamestate).
|
||||||
|
|
||||||
For this reason, SUIT allows you to create GUI instances::
|
For this reason, SUIT allows you to create GUI instances::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue