summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2023-11-05 22:43:03 +0200
committerjussi2023-11-05 22:43:03 +0200
commit7b8ef2cd90997382dca80f5122908eb6a8e60467 (patch)
tree42d2ca89a91f0ddb17054fcbb1243fee33399ee1 /README.md
parentd74a505d406faf276a265beaf8925d6e8ff9cec0 (diff)
downloadreilua-enhanced-7b8ef2cd90997382dca80f5122908eb6a8e60467.tar.gz
reilua-enhanced-7b8ef2cd90997382dca80f5122908eb6a8e60467.tar.bz2
reilua-enhanced-7b8ef2cd90997382dca80f5122908eb6a8e60467.zip
ExportBuffer and LoadBufferFromFile.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```