Browse Source

Disable raylib code

Ray 4 years ago
parent
commit
a113d3326b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/external/jar_xm.h

+ 1 - 1
src/external/jar_xm.h

@@ -60,7 +60,7 @@
 
 
 #define JAR_XM_DEBUG 0
 #define JAR_XM_DEBUG 0
 #define JAR_XM_DEFENSIVE 1
 #define JAR_XM_DEFENSIVE 1
-#define JAR_XM_RAYLIB 1 // set to 0 to disable the RayLib visualizer extension
+//#define JAR_XM_RAYLIB 0 // set to 0 to disable the RayLib visualizer extension
 
 
 // Allow custom memory allocators
 // Allow custom memory allocators
 #ifndef JARXM_MALLOC
 #ifndef JARXM_MALLOC