From 6bac1a2c6364886a482530a0ef4cf849ae468806 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 19 Jun 2022 20:38:50 +0300 Subject: Custom log function logLevel. --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API.md') diff --git a/API.md b/API.md index 958e2d3..0312aae 100644 --- a/API.md +++ b/API.md @@ -25,7 +25,7 @@ You can still use RL_BeginDrawing() and RL_EndDrawing() manually from anywhere. --- -> function log( message ) +> function log( logLevel, message ) This function can be used for custom log message handling. -- cgit v1.2.3