Changeset 8495 in orxonox.OLD for trunk/src/world_entities/effects
- Timestamp:
- Jun 15, 2006, 9:50:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/effects/billboard.cc
r8255 r8495 121 121 return; 122 122 123 glPushAttrib(GL_ENABLE_BIT); 124 glDisable(GL_LIGHTING); 125 glDisable(GL_FOG); 126 123 127 glPushMatrix(); 124 128 … … 164 168 165 169 glPopMatrix(); 170 171 glPopAttrib(); 166 172 }
Note: See TracChangeset
for help on using the changeset viewer.