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

@@ -211,7 +211,7 @@ int ltextLoadFont( lua_State* L ) {
}
/*
> 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