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?

Loading…
取消
儲存