Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6236 in orxonox.OLD


Ignore:
Timestamp:
Dec 21, 2005, 3:23:12 PM (18 years ago)
Author:
snellen
Message:

space_ship.cc updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/story_entities/world.cc

    r6234 r6236  
    347347//  localCamera->lookAt(playable);
    348348//  this->localPlayer->setParentMode(PNODE_ALL);
    349   if (sky != NULL)
     349  if (this->sky != NULL)
    350350  {
    351351    this->sky->setParent(this->localCamera);
    352352    this->sky->setParentMode(PNODE_MOVEMENT);
    353353  }
    354 
    355   this->localCamera->getTarget()->getParent()->debugNode(0);
    356354  SoundEngine::getInstance()->setListener(this->localCamera);
    357355
Note: See TracChangeset for help on using the changeset viewer.