Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/physics.cc')
-rw-r--r--src/core/physics.cc2
1 files changed, 1 insertions, 1 deletions
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<EntityDynamic *>(entity0)->collision(entity1);