Browse Source

Update config.h

pull/5617/head
Ray 3 days ago
parent
commit
bf830c3f7b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/config.h

+ 2
- 0
src/config.h View File

@ -361,6 +361,8 @@
//------------------------------------------------------------------------------------
#endif // !EXTERNAL_CONFIG_FLAGS
// NOTE: Following macro depends on config flag that can
// be externally defined, so, it needs to be outside EXTERNAL_CONFIG_FLAGS
#if SUPPORT_TRACELOG
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
#else

Loading…
Cancel
Save