Browse Source

Update raylib.h

Ray 11 years ago
parent
commit
c15209f03c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/raylib.h

+ 2 - 2
src/raylib.h

@@ -50,7 +50,7 @@
 #ifndef RAYLIB_H
 #define RAYLIB_H 
 
-//#define NO_AUDIO	// Audio is still being tested, deactivated by default
+#define NO_AUDIO	// Audio is still being tested, deactivated by default
 
 //----------------------------------------------------------------------------------
 // Some basic Defines
@@ -373,4 +373,4 @@ void StopSound(Sound sound);										// Stop playing a sound
 }
 #endif
 
-#endif // RAYLIB_H
+#endif // RAYLIB_H