Update Basalt.md

This commit is contained in:
Robert Jelic
2022-07-12 22:33:53 +02:00
committed by GitHub
parent fca756888c
commit 3e89e73c64

View File

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