Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10528 in orxonox.OLD for trunk/src/world_entities/mount_point.cc


Ignore:
Timestamp:
Jan 31, 2007, 12:13:14 AM (17 years ago)
Author:
patrick
Message:

iterative mp part sys fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/mount_point.cc

    r10526 r10528  
    146146    {
    147147      PRINTF(0)("got particle system. attaching it to mp\n");
    148       dynamic_cast<ParticleSystem*>(this->_mount)->attachEmmittersTo(this, Vector(0,0,0));
     148      dynamic_cast<ParticleSystem*>(this->_mount)->attachEmmittersTo(this, Vector(0,0,0), this->getRelDir());
    149149    }
    150150  }
Note: See TracChangeset for help on using the changeset viewer.