summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua
index 3c076f3..1ee0846 100644
--- a/ReiLua_API.lua
+++ b/ReiLua_API.lua
@@ -3919,7 +3919,7 @@ function RL.LoadFont( fileName ) end
---- Success return Font
---@param fileName string
---@param fontSize integer
----@param codepoints table
+---@param codepoints table|nil
---@return any font
function RL.LoadFontEx( fileName, fontSize, codepoints ) end