From 76911d45a879838047b2845cd6124e9ca3af083a Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 29 Oct 2023 13:21:42 +0200 Subject: New object types for all types. --- 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 2b4a009..ed0227b 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -32,5 +32,5 @@ end function RL.draw() RL.ClearBackground( RL.RAYWHITE ) RL.DrawTexture( texture, { 20, 20 }, RL.WHITE ) - RL.DrawText( RL.fontDefault, text, textPos, 20, 2, textColor ) + RL.DrawText( RL.defaultFont, text, textPos, 20, 2, textColor ) end -- cgit v1.2.3