Changeset 6307 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Dec 27, 2005, 12:20:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r6241 r6307 349 349 if (this->sky != NULL) 350 350 { 351 this->sky->setParent(this->localCamera); 352 this->sky->setParentMode(PNODE_MOVEMENT); 351 this->localCamera->addChild(sky); 353 352 } 354 353 SoundEngine::getInstance()->setListener(this->localCamera);
Note: See TracChangeset
for help on using the changeset viewer.