Small consistency adjustment

master
Peter0x44 hace 3 años
padre
commit
113db996a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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?

Cargando…
Cancelar
Guardar