- Timestamp:
- Apr 4, 2019, 4:37:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BasicProjectile.h
r11108 r12281 117 117 118 118 protected: 119 bool processCollision(WorldEntity* otherObject, btManifoldPoint& contactPoint, const btCollisionShape* cs);119 virtual bool processCollision(WorldEntity* otherObject, btManifoldPoint& contactPoint, const btCollisionShape* cs); 120 120 void destroyCheck(void); 121 121 inline void setDestroyAfterCollision(bool destroyAfterCollision)
Note: See TracChangeset
for help on using the changeset viewer.