Changeset 6236 in orxonox.OLD for branches/spaceshipcontrol/src
- Timestamp:
- Dec 21, 2005, 3:23:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/story_entities/world.cc
r6234 r6236 347 347 // localCamera->lookAt(playable); 348 348 // this->localPlayer->setParentMode(PNODE_ALL); 349 if ( sky != NULL)349 if (this->sky != NULL) 350 350 { 351 351 this->sky->setParent(this->localCamera); 352 352 this->sky->setParentMode(PNODE_MOVEMENT); 353 353 } 354 355 this->localCamera->getTarget()->getParent()->debugNode(0);356 354 SoundEngine::getInstance()->setListener(this->localCamera); 357 355
Note: See TracChangeset
for help on using the changeset viewer.