fix define SKIP_DEFORMABE_BODY -> SKIP_DEFORMABLE_BODY

This commit is contained in:
Erwin Coumans
2019-09-25 09:08:48 -07:00
parent b86bf6c571
commit 677fe1a368

View File

@@ -105,7 +105,7 @@
#include "BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h" #include "BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h"
#endif #endif
#define SKIP_DEFORMABE_BODY 1 #define SKIP_DEFORMABLE_BODY 1
int gInternalSimFlags = 0; int gInternalSimFlags = 0;
bool gResetSimulation = 0; bool gResetSimulation = 0;