summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2024-05-09 22:05:24 +0300
committerjussi2024-05-09 22:05:24 +0300
commit1980aebdc32392f4975f6d1f8ecd9050f27e475f (patch)
treeeeeefe70368267385ea3e74c5106dd371e37985e /API.md
parent02e1984781259c1f02d95ccb3bde8c533ef288a8 (diff)
downloadreilua-enhanced-1980aebdc32392f4975f6d1f8ecd9050f27e475f.tar.gz
reilua-enhanced-1980aebdc32392f4975f6d1f8ecd9050f27e475f.tar.bz2
reilua-enhanced-1980aebdc32392f4975f6d1f8ecd9050f27e475f.zip
Matrix lib clone fix.
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.md b/API.md
index 09ffda3..61a45f9 100644
--- a/API.md
+++ b/API.md
@@ -6739,7 +6739,7 @@ Load font from file into GPU memory (VRAM)
---
-> font = RL.LoadFontEx( string fileName, int fontSize, int{} codepoints )
+> font = RL.LoadFontEx( string fileName, int fontSize, int{}|nil codepoints )
Load font from file with extended parameters, use NULL for codepoints to load the default character set