Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 12, 2005, 7:57:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some minor stuff

File:
1 edited

Legend:

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

    r4607 r4608  
    459459  this->localPlayer->setParentMode(PNODE_ALL);
    460460  Vector* cameraOffset = new Vector (0, 5, -10);
    461   trackManager->condition(2, LEFTRIGHT, this->localPlayer);
     461  trackManager->condition(1, LEFTRIGHT, this->localPlayer);
    462462
    463463  this->sky->setParent(this->localCamera);
Note: See TracChangeset for help on using the changeset viewer.