浏览代码

Fix TraceLog for web and desktop

pull/3329/head
ubkp 1年前
父节点
当前提交
cef25c6a61
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/rcore.h

+ 1
- 0
src/rcore.h 查看文件

@ -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)

正在加载...
取消
保存