From cef25c6a6143cdaaa8d07d89ce5f7b492e33ccfc Mon Sep 17 00:00:00 2001 From: ubkp <118854183+ubkp@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:52:01 -0300 Subject: [PATCH] Fix TraceLog for web and desktop --- src/rcore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rcore.h b/src/rcore.h index e6c6e3f27..2b21028a4 100644 --- a/src/rcore.h +++ b/src/rcore.h @@ -7,6 +7,7 @@ #include // Required for: time() [Used in InitTimer()] #include // Required for: tan() [Used in BeginMode3D()], atan2f() [Used in LoadVrStereoConfig()] +#define SUPPORT_TRACELOG #include "utils.h" // Required for: TRACELOG() macros #if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)