Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 3, 2005, 12:15:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed the bug with the setSavePointS()-function

File:
1 edited

Legend:

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

    r4501 r4502  
    452452  this->localPlayer->setParentMode(PNODE_ALL);
    453453  Vector* cameraOffset = new Vector (0, 5, -10);
    454   trackManager->condition(1, LEFTRIGHT, this->localPlayer);
    455   trackManager->debug(3);
     454  trackManager->condition(2, LEFTRIGHT, this->localPlayer);
    456455
    457456  this->sky->setParent(this->localCamera);
Note: See TracChangeset for help on using the changeset viewer.