Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 26, 2006, 2:44:26 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the branche network back
merged with command
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6755:HEAD

absolutely no conficts

File:
1 edited

Legend:

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

    r6695 r6772  
    225225  glDisable(GL_LIGHTING);
    226226
     227  glPushAttrib(GL_ENABLE_BIT);
     228  glDisable(GL_FOG);
     229
    227230  WorldEntity::draw();
    228231
     232  glPopAttrib();
    229233  glPopAttrib();
    230234
Note: See TracChangeset for help on using the changeset viewer.