Explorar o código

Update rlgl.h

Ray %!s(int64=5) %!d(string=hai) anos
pai
achega
a7afd8de99
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/rlgl.h

+ 3 - 3
src/rlgl.h

@@ -82,11 +82,11 @@
         #if defined(SUPPORT_TRACELOG_DEBUG)
             #define TRACELOGD(...) TraceLog(LOG_DEBUG, __VA_ARGS__)
         #else
-            #define TRACELOGD(...) void(0)
+            #define TRACELOGD(...) (void)0
         #endif
     #else
-        #define TRACELOG(level, ...) void(0)
-        #define TRACELOGD(...) void(0)
+        #define TRACELOG(level, ...) (void)0
+        #define TRACELOGD(...) (void)0
     #endif
 
     // Allow custom memory allocators