From 7195924377adb2009d464237f660b1a9f534f493 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 15 Jan 2013 19:23:38 +0000 Subject: Corrected a comment typo. --- src/core/physics.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/physics.cc b/src/core/physics.cc index 33e80fe..fcd9ac0 100644 --- a/src/core/physics.cc +++ b/src/core/physics.cc @@ -39,7 +39,7 @@ bool bullet_contact_added_callback(btManifoldPoint &cp, const btCollisionObjectW #endif assert(entity0 && entity1); - // FIXME there should probably be an entity flag indiciating wether or not it has a collision callback + // FIXME there should probably be an entity flag indicating wether or not it has a collision callback if ((entity0->type() == Entity::Dynamic) || (entity0->type() == Entity::Controlable) || (entity0->type() == Entity::Projectile)) { static_cast(entity0)->collision(entity1); -- cgit v1.2.3