mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
Fix TraceLog for web and desktop
This commit is contained in:
parent
ee72805dc0
commit
cef25c6a61
@ -7,6 +7,7 @@
|
|||||||
#include <time.h> // Required for: time() [Used in InitTimer()]
|
#include <time.h> // Required for: time() [Used in InitTimer()]
|
||||||
#include <math.h> // Required for: tan() [Used in BeginMode3D()], atan2f() [Used in LoadVrStereoConfig()]
|
#include <math.h> // Required for: tan() [Used in BeginMode3D()], atan2f() [Used in LoadVrStereoConfig()]
|
||||||
|
|
||||||
|
#define SUPPORT_TRACELOG
|
||||||
#include "utils.h" // Required for: TRACELOG() macros
|
#include "utils.h" // Required for: TRACELOG() macros
|
||||||
|
|
||||||
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
|
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user