Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2007, 6:17:06 PM (17 years ago)
Author:
nicolasc
Message:

collision fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/projectiles/test_bullet.cc

    r10114 r10737  
    136136  this->lifeCycle += time/this->lifeSpan;
    137137  if( this->lifeCycle >= 1.0)
    138     {
    139       PRINTF(5)("FINALIZE==========================\n");
    140       PRINTF(5)("current life cycle is: %f\n", this->lifeCycle);
    141       PRINTF(5)("FINALIZE===========================\n");
     138  {
     139    PRINTF(5)("FINALIZE==========================\n");
     140    PRINTF(5)("current life cycle is: %f\n", this->lifeCycle);
     141    PRINTF(5)("FINALIZE===========================\n");
    142142
    143       this->deactivate();
    144     }
     143    this->deactivate();
     144  }
    145145}
    146146
Note: See TracChangeset for help on using the changeset viewer.