From af03c7364ea0dfe2c8bb269eb8a8f9b580f39633 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 28 Oct 2023 14:15:20 +0300 Subject: New object type Font. --- examples/window/main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/window/main.lua b/examples/window/main.lua index 2fcba93..2b4a009 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -11,7 +11,6 @@ function RL.init() print( "path", path ) texture = RL.LoadTexture( path ) - print( "texture", texture ) end @@ -33,5 +32,5 @@ end function RL.draw() RL.ClearBackground( RL.RAYWHITE ) RL.DrawTexture( texture, { 20, 20 }, RL.WHITE ) - RL.DrawText( 0, text, textPos, 20, 2, textColor ) + RL.DrawText( RL.fontDefault, text, textPos, 20, 2, textColor ) end -- cgit v1.2.3