Fix a sentence in docs

This commit is contained in:
Matt Wiens 2019-01-20 22:10:56 -08:00 committed by Matthias Richter
parent 1781d5eec6
commit 1767782603

View file

@ -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::