diff --git a/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.cpp b/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.cpp index e3bc82db1..d95ef31dd 100644 --- a/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.cpp +++ b/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.cpp @@ -285,7 +285,7 @@ btTypedConstraint* btBulletWorldImporter::createUniversalD6Constraint(class bt btRigidBody* btBulletWorldImporter::createRigidBody(bool isDynamic, btScalar mass, const btTransform& startTransform,btCollisionShape* shape) { btVector3 localInertia; - localInertia.setZero(0); + localInertia.setZero(); if (mass) shape->calculateLocalInertia(mass,localInertia);