Small consistency adjustment

master
Peter0x44 3 年之前
父節點
當前提交
113db996a3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Frequently-asked-Questions--Common-Questions.md

+ 1
- 1
Frequently-asked-Questions--Common-Questions.md

@ -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?

Loading…
取消
儲存