mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 10:19:18 -05:00
Small consistency adjustment
@ -1,7 +1,7 @@
|
|||||||
This page will go over some of the common questions new users have when starting out using raylib.
|
This page will go over some of the common questions new users have when starting out using raylib.
|
||||||
# How do I remove the log?
|
# How do I remove the log?
|
||||||
|
|
||||||
Call `SetTraceLogLevel(LOG_NONE);` before `InitWindow();`
|
Call `SetTraceLogLevel(LOG_NONE)` before `InitWindow`
|
||||||
|
|
||||||
# How do I make a timer?
|
# How do I make a timer?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user