Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6307 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Dec 27, 2005, 12:20:32 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PNode fix: PNODE_MOVEMENT didn't work, because the mask was bork

File:
1 edited

Legend:

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

    r6241 r6307  
    349349  if (this->sky != NULL)
    350350  {
    351     this->sky->setParent(this->localCamera);
    352     this->sky->setParentMode(PNODE_MOVEMENT);
     351    this->localCamera->addChild(sky);
    353352  }
    354353  SoundEngine::getInstance()->setListener(this->localCamera);
Note: See TracChangeset for help on using the changeset viewer.