Changeset 7919 in orxonox.OLD for trunk/src/world_entities/skybox.cc
- Timestamp:
- May 28, 2006, 3:48:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.cc
r7840 r7919 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.