From 70b4d79d501be4802a06770f02b8f49e2c14e8a7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Jul 2009 18:34:54 +0000 Subject: Removes unused collor array support, disable bullet in sys/sys.h --- src/game/base/physics.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/base/physics.cc') diff --git a/src/game/base/physics.cc b/src/game/base/physics.cc index e0b6a70..b76e0c1 100644 --- a/src/game/base/physics.cc +++ b/src/game/base/physics.cc @@ -267,7 +267,7 @@ void PhysicsBody::init_physics(const float mass) collider_body = new btRigidBody(body_info); collider_body->setUserPointer((void *)entity()); collider_body->setLinearFactor(btVector3(1,1,1)); - //collider_body->setCcdMotionThreshold(0.0001f); + collider_body->setCcdMotionThreshold(0.0001f); } else { collider_body = new btRigidBody(mass, 0, collider_shape->bullet_shape(), inertia); collider_body->setWorldTransform(t); -- cgit v1.2.3