Add note on suppressing the log

master
Jeffery Myers 3 年前
父节点
当前提交
27db6b2e69
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +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.
# How do I remove the log?
Call `SetTraceLogLevel(LOG_NONE);` before `InitWindow();`
# How do I make a timer?

正在加载...
取消
保存