Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2005, 4:48:53 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed the *final* pnode bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/creatures/md2_creature.cc

    r6222 r6253  
    303303  //orient the MD2Creature in direction of the mouse
    304304  this->setAbsDir(mouseDirX);
    305   this->cameraConnNode.setAbsDirSoft(mouseDirX*mouseDirY, 10);
     305  this->cameraConnNode.setRelDir(mouseDirY);
    306306
    307307  this->getWeaponManager()->tick(time);
Note: See TracChangeset for help on using the changeset viewer.