Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4444 in orxonox.OLD for orxonox/trunk/src/world_entities/skybox.cc


Ignore:
Timestamp:
Jun 1, 2005, 10:17:14 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: setMode → setParentMode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/skybox.cc

    r4436 r4444  
    4545}
    4646
     47/**
     48   \brief initializes a skybox from a XmlElement
     49*/
    4750SkyBox::SkyBox(const TiXmlElement* root)
    4851{
     
    7578      this->material[i]->setAmbient(2.0, 2.0, 2.0);
    7679    }
    77   this->setMode(PNODE_MOVEMENT);
     80  this->setParentMode(PNODE_MOVEMENT);
    7881}
    7982
Note: See TracChangeset for help on using the changeset viewer.