Small consistency adjustment

Peter0x44
2022-03-06 05:42:27 +00:00
parent 8811b3304f
commit 113db996a3

@ -1,7 +1,7 @@
This page will go over some of the common questions new users have when starting out using raylib.
# How do I remove the log?
Call `SetTraceLogLevel(LOG_NONE);` before `InitWindow();`
Call `SetTraceLogLevel(LOG_NONE)` before `InitWindow`
# How do I make a timer?