mirror of
https://github.com/raysan5/raylib.git
synced 2026-03-10 02:55:41 +00:00
Revert "REVIEWED: TRACELOG() macro logic"
This reverts commit ea92677902.
This commit is contained in:
@@ -124,11 +124,10 @@
|
||||
#define SUPPORT_CLIPBOARD_IMAGE 1
|
||||
#endif
|
||||
|
||||
#if !defined(SUPPORT_TRACELOG) || !SUPPORT_TRACELOG
|
||||
// Not defined or disabled
|
||||
#define TRACELOG(level, ...) (void)0
|
||||
#else
|
||||
#if SUPPORT_TRACELOG
|
||||
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
|
||||
#else
|
||||
#define TRACELOG(level, ...) (void)0
|
||||
#endif
|
||||
|
||||
// rcore: Configuration values
|
||||
|
||||
Reference in New Issue
Block a user