diff options
Diffstat (limited to 'examples/gui/main.lua')
| -rw-r--r-- | examples/gui/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/main.lua b/examples/gui/main.lua index 676b562..5a178dc 100644 --- a/examples/gui/main.lua +++ b/examples/gui/main.lua @@ -51,7 +51,7 @@ function RL.draw() if windowOpen and RL.GuiWindowBox( { 300, 16, 200, 320 }, "Window" ) == 1 then windowOpen = false end - + RL.GuiPanel( { 60, 260, 100, 100 }, "Panel" ) _, toggled = RL.GuiToggle( { 200, 260, 64, 32 }, "Toggle", toggled ) |
