From 992310fb90832ddf493ec33f1099dbbf3e0987f3 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 29 Oct 2023 19:45:18 +0200 Subject: Fixed examples. --- examples/gui/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gui/main.lua') diff --git a/examples/gui/main.lua b/examples/gui/main.lua index 3db60bb..01e063e 100644 --- a/examples/gui/main.lua +++ b/examples/gui/main.lua @@ -26,7 +26,7 @@ function RL.init() local mSize = RL.GetMonitorSize( monitor ) local winSize = { 1920, 1080 } - RL.GuiSetFont( 0 ) + RL.GuiSetFont( RL.defaultFont ) RL.SetWindowState( RL.FLAG_WINDOW_RESIZABLE ) RL.SetWindowState( RL.FLAG_VSYNC_HINT ) RL.SetWindowSize( winSize ) -- cgit v1.2.3