From fca756888c19bdadff7d19e6af6ee0b16972feb8 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Tue, 12 Jul 2022 22:30:29 +0200 Subject: [PATCH 1/2] Update Basalt.md --- docs/objects/Basalt.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/objects/Basalt.md b/docs/objects/Basalt.md index d0aa1ba..a25d238 100644 --- a/docs/objects/Basalt.md +++ b/docs/objects/Basalt.md @@ -143,4 +143,3 @@ Also basalt.debugFrame and basalt.debugList are available. ```lua basalt.debug("Hello! ", "^-^") ``` - From 3e89e73c646a5cbbe67e03daed8927bd2e5aebc6 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Tue, 12 Jul 2022 22:33:53 +0200 Subject: [PATCH 2/2] Update Basalt.md --- docs/objects/Basalt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/Basalt.md b/docs/objects/Basalt.md index a25d238..abaf32f 100644 --- a/docs/objects/Basalt.md +++ b/docs/objects/Basalt.md @@ -85,7 +85,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):show() local aButton = mainFrame:addButton("myButton"):setPosition(2,2):show() while true do - basalt.update(os.pullEventRaw()) +basalt.update(os.pullEventRaw()) end ```