summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2022-06-19 20:38:50 +0300
committerjussi2022-06-19 20:38:50 +0300
commit6bac1a2c6364886a482530a0ef4cf849ae468806 (patch)
tree9a1c0d7b771cd83a793abcd575b28525f08a2d53 /API.md
parent1529202e26a02461708784d8830475261893a537 (diff)
downloadreilua-enhanced-6bac1a2c6364886a482530a0ef4cf849ae468806.tar.gz
reilua-enhanced-6bac1a2c6364886a482530a0ef4cf849ae468806.tar.bz2
reilua-enhanced-6bac1a2c6364886a482530a0ef4cf849ae468806.zip
Custom log function logLevel.
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 1 insertions, 1 deletions
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.