- Timestamp:
- Apr 11, 2019, 2:06:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BasicProjectile.cc
r11108 r12291 85 85 bool BasicProjectile::processCollision(WorldEntity* otherObject, btManifoldPoint& contactPoint, const btCollisionShape* cs) 86 86 { 87 orxout() << "OMG A COLLISION" << endl; 87 88 if (!this->bDestroy_ && GameMode::isMaster()) 88 89 {
Note: See TracChangeset
for help on using the changeset viewer.