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/basic_lighting/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/basic_lighting') diff --git a/examples/basic_lighting/main.lua b/examples/basic_lighting/main.lua index d7e686a..d85291e 100644 --- a/examples/basic_lighting/main.lua +++ b/examples/basic_lighting/main.lua @@ -136,5 +136,5 @@ function RL.draw() camera:endMode3D() - RL.DrawText( 0, "Use keys [Y][R][G][B] to toggle lights", { 10, 10 }, 20, 4, RL.DARKGRAY ) + RL.DrawText( RL.defaultFont, "Use keys [Y][R][G][B] to toggle lights", { 10, 10 }, 20, 4, RL.DARKGRAY ) end -- cgit v1.2.3