Matrix lib clone fix.

This commit is contained in:
jussi
2024-05-09 22:05:24 +03:00
parent 02e1984781
commit 1980aebdc3
5 changed files with 19 additions and 22 deletions

View File

@@ -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