- Timestamp:
- Dec 15, 2008, 4:33:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc
r2100 r2466 56 56 this->setStatic(false); 57 57 this->translate(Vector3(55, 0, 0), Ogre::Node::TS_LOCAL); 58 59 // Get notification about collisions 60 this->enableCollisionCallback(); 58 61 59 62 if (this->owner_)
Note: See TracChangeset
for help on using the changeset viewer.