From 7b8ef2cd90997382dca80f5122908eb6a8e60467 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 5 Nov 2023 22:43:03 +0200 Subject: ExportBuffer and LoadBufferFromFile. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c8ad1ce..b67dc96 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ end function RL.draw() RL.ClearBackground( RL.RAYWHITE ) - RL.DrawText( RL.defaultFont, "Congrats! You created your first window!", textPos, 20, 2, textColor ) + RL.DrawText( RL.GetFontDefault(), "Congrats! You created your first window!", textPos, 20, 2, textColor ) end ``` -- cgit v1.2.3