Changeset 7913 in orxonox.OLD for branches/gui/src/world_entities/skybox.cc
- Timestamp:
- May 27, 2006, 9:31:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/world_entities/skybox.cc
r7840 r7913 227 227 glDisable(GL_LIGHTING); 228 228 229 glPushAttrib(GL_ENABLE_BIT);230 229 glDisable(GL_FOG); 231 230 232 231 WorldEntity::draw(); 233 232 234 glPopAttrib();235 233 glPopAttrib(); 236 234
Note: See TracChangeset
for help on using the changeset viewer.