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. --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API.md') 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 -- cgit v1.2.3