Changeset 10737 in orxonox.OLD for branches/presentation/src/world_entities/projectiles/test_bullet.cc
- Timestamp:
- Jun 20, 2007, 6:17:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/test_bullet.cc
r10114 r10737 136 136 this->lifeCycle += time/this->lifeSpan; 137 137 if( this->lifeCycle >= 1.0) 138 139 140 141 138 { 139 PRINTF(5)("FINALIZE==========================\n"); 140 PRINTF(5)("current life cycle is: %f\n", this->lifeCycle); 141 PRINTF(5)("FINALIZE===========================\n"); 142 142 143 144 143 this->deactivate(); 144 } 145 145 } 146 146
Note: See TracChangeset
for help on using the changeset viewer.