Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10519 in orxonox.OLD for trunk/src/world_entities/environments


Ignore:
Timestamp:
Jan 30, 2007, 9:51:21 PM (18 years ago)
Author:
patrick
Message:

emitter fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/rotor.cc

    r10280 r10519  
    3030{
    3131  this->registerObject(this, Rotor::_objectList);
    32   this->toList(OM_GROUP_00);
    33  
     32  this->toList(OM_ENVIRON);
     33
    3434  //PRINTF(0)("loading Rotor");
    3535
     
    6363{
    6464     this->shiftDir(Quaternion(rotation.x*dt, Vector(1,0,0)) * Quaternion(rotation.y*dt, Vector(0,1,0)) * Quaternion(rotation.z*dt, Vector(0,0,1)));
    65      
     65
    6666}
    6767
Note: See TracChangeset for help on using the changeset viewer.