Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/trunk: setMode → setParentMode

File:
1 edited

Legend:

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

    r4094 r4444  
    6868  PRINTF(1)("initializing the Skysphere with Material %s.\n", fileName);
    6969  this->sphereObj = gluNewQuadric();
    70   this->setMode(PNODE_MOVEMENT);
     70  this->setParentMode(PNODE_MOVEMENT);
    7171
    7272  gluQuadricTexture(this->sphereObj, GL_TRUE);
Note: See TracChangeset for help on using the changeset viewer.