From 1980aebdc32392f4975f6d1f8ecd9050f27e475f Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 9 May 2024 22:05:24 +0300 Subject: Matrix lib clone fix. --- src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text.c') diff --git a/src/text.c b/src/text.c index 0b0a3c3..4d781dd 100644 --- a/src/text.c +++ b/src/text.c @@ -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 -- cgit v1.2.3