From e61823b8bb69e258370503df7969e4e3c2089e2d Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 1 Nov 2023 23:36:31 +0200 Subject: LoadFontEx fix. DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds. --- examples/window/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/window') diff --git a/examples/window/main.lua b/examples/window/main.lua index 3e10f34..63c18d7 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -17,7 +17,7 @@ function RL.process( delta ) end if RL.IsKeyPressed( RL.KEY_SPACE ) then - textColor = RL.BLACK + textColor = RL.RED textPos = { 192, 200 } end end -- cgit v1.2.3