Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2005, 5:20:21 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: glmenu progressbar corrected, pnode modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/projectile.cc

    r3672 r3675  
    101101  if( this->ttl < this->currentLifeTime)
    102102    {
    103       *this->flightDirection = *this->flightDirection * this->speed;
     103      *this->flightDirection = *this->flightDirection * this->speed * time;
    104104      this->shiftCoor(this->flightDirection);
    105105      this->flightDirection->debug();
Note: See TracChangeset for help on using the changeset viewer.