Ver Fonte

Set bullet as default

Daniele Bartolini há 10 anos atrás
pai
commit
5a3c2af43c
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/config.h

+ 2 - 2
src/config.h

@@ -17,11 +17,11 @@
 	&& !defined(CROWN_PHYSICS_BULLET)
 
 	#ifndef CROWN_PHYSICS_PHYSX
-		#define CROWN_PHYSICS_PHYSX 1
+		#define CROWN_PHYSICS_PHYSX 0
 	#endif
 
 	#ifndef CROWN_PHYSICS_BULLET
-		#define CROWN_PHYSICS_BULLET 0
+		#define CROWN_PHYSICS_BULLET 1
 	#endif
 #else
 	#ifndef CROWN_PHYSICS_PHYSX