This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Add note on suppressing the log
master
Jeffery Myers
3 years ago
parent
f37206bfce
commit
27db6b2e69
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Frequently-asked-Questions--Common-Questions.md
+ 3
- 0
Frequently-asked-Questions--Common-Questions.md
@ -1,4 +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?
Call
`SetTraceLogLevel(LOG_NONE);`
before
`InitWindow();`
# How do I make a timer?
# How do I make a timer?
Write
Preview
Loading…
Cancel
Save