Merge pull request #2420 from erwincoumans/master

fix define SKIP_DEFORMABE_BODY -> SKIP_DEFORMABLE_BODY 677fe1a
This commit is contained in:
erwincoumans 2019-09-25 19:11:00 +02:00 committed by GitHub
commit 65af42d1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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