From 113db996a3bfeb48c7a7c66f42cd4f0201621f9a Mon Sep 17 00:00:00 2001 From: Peter0x44 Date: Sun, 6 Mar 2022 05:42:27 +0000 Subject: [PATCH] Small consistency adjustment --- Frequently-asked-Questions--Common-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-asked-Questions--Common-Questions.md b/Frequently-asked-Questions--Common-Questions.md index f73dbb9..f246d4c 100644 --- a/Frequently-asked-Questions--Common-Questions.md +++ b/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?