From 1cbadf56f33641e85fc634a326c0db6935947c23 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 10 Apr 2023 14:33:15 +0300 Subject: New argument style for gui and easings. --- examples/gui/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gui') diff --git a/examples/gui/main.lua b/examples/gui/main.lua index 97c18ad..7ae8237 100644 --- a/examples/gui/main.lua +++ b/examples/gui/main.lua @@ -87,7 +87,7 @@ function RL.draw() end textInputBox.buttonIndex, textInputBox.text, textInputBox.secretViewActive - = RL.GuiTextInputBox( { 420, 510, 300, 150 }, "Input Box", "Put text here", "Button",textInputBox.text, 200, textInputBox.secretViewActive ) + = RL.GuiTextInputBox( { 420, 510, 300, 150 }, "Input Box", "Put text here", "Button", textInputBox.text, 200, textInputBox.secretViewActive ) if 0 <= textInputBox.buttonIndex then print( "textInputBox.buttonIndex", textInputBox.buttonIndex ) -- cgit v1.2.3