summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2024-02-25 21:02:11 +0200
committerjussi2024-02-25 21:02:11 +0200
commit625e4e0e4df7d08b58d6ba5741b932e57a70f3dd (patch)
treec84e0f43e7f483917cea470a2a2c1aa68ae57a7b /README.md
parent47ed28b006db71d823cfaa24fa143ab5cfcf279b (diff)
downloadreilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.tar.gz
reilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.tar.bz2
reilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.zip
EnableEventWaiting and DisableEventWaiting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 27da716..139b281 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,8 @@ end
function RL.draw()
RL.ClearBackground( RL.RAYWHITE )
- RL.DrawText( text, textPos, textSize, textColor )
+ RL.DrawText( text, textPos, textSize, textColor )
end
-
```
Application folder structure should be...