Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3520 in orxonox.OLD for orxonox/branches/trackManager/src/lib


Ignore:
Timestamp:
Mar 12, 2005, 5:51:31 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/trackManager: the ship now rotates with the trackNode,
for this to work I had to make a fix in pNode.cc &&→II (would not have made sense otherwise)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/trackManager/src/lib/coord/p_node.cc

    r3519 r3520  
    372372        }
    373373     
    374       if( this->mode == ROTATION && this->mode == ALL)
     374      if( this->mode == ROTATION || this->mode == ALL)
    375375        {
    376376          if( this->bAbsDirChanged /*&& this->timeStamp != DataTank::timeStamp*/)
Note: See TracChangeset for help on using the changeset viewer.