Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4438 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Jun 1, 2005, 8:15:59 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: pilot node correction in control speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4434 r4438  
    645645        this->pilotNode->addChild(this->localPlayer);
    646646        this->pilotNode->addChild(this->localCamera);
    647         this->localCamera->lookAt(this->pilotNode);
     647        this->localCamera->lookAt(this->localPlayer);
    648648
    649649        this->eventHandler->subscribe(this->pilotNode, ES_GAME, KeyMapper::PEV_UP);
Note: See TracChangeset for help on using the changeset viewer.