Skip to content

Commit

Permalink
Fix TraceLog for web and desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
ubkp committed Sep 20, 2023
1 parent ee72805 commit cef25c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <time.h> // Required for: time() [Used in InitTimer()]
#include <math.h> // 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)
Expand Down

0 comments on commit cef25c6

Please sign in to comment.