reduce memory usage

This commit is contained in:
Erwin Coumans
2017-06-05 08:01:11 -07:00
parent b6cf8ade07
commit adb938f30f

View File

@@ -792,7 +792,7 @@ struct b3CreateCollisionShape
double m_meshScale;
};
#define MAX_COMPOUND_COLLISION_SHAPES 128
#define MAX_COMPOUND_COLLISION_SHAPES 16
struct b3CreateCollisionShapeArgs
{