From c3295e014d979c0213b3fb7e4837b5356bc8fdb4 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 30 Oct 2023 22:40:20 +0200 Subject: Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and check function. --- examples/window/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/window/main.lua') diff --git a/examples/window/main.lua b/examples/window/main.lua index 4be48f6..c6161e9 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -24,5 +24,5 @@ end function RL.draw() RL.ClearBackground( RL.RAYWHITE ) - RL.DrawText( RL.defaultFont, text, textPos, 20, 2, textColor ) + RL.DrawText( RL.GetFontDefault(), text, textPos, 20, 2, textColor ) end -- cgit v1.2.3