From 625e4e0e4df7d08b58d6ba5741b932e57a70f3dd Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 25 Feb 2024 21:02:11 +0200 Subject: EnableEventWaiting and DisableEventWaiting. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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... -- cgit v1.2.3