Changeset 10159 in orxonox.OLD for branches/playability/src/world_entities/projectiles
- Timestamp:
- Jan 3, 2007, 12:53:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/hbolt.cc
r10109 r10159 159 159 { 160 160 161 glPushAttrib(GL_ENABLE_BIT); 162 glDisable(GL_LIGHTING); 163 glDisable(GL_FOG); 164 161 165 glMatrixMode(GL_MODELVIEW); 162 166 glPushMatrix(); … … 176 180 177 181 glPopMatrix(); 182 glPopAttrib(); 183 178 184 }
Note: See TracChangeset
for help on using the changeset viewer.