Changeset 4370 in orxonox.OLD for orxonox/trunk/src/lib/graphics/particles/particle_system.cc
- Timestamp:
- May 28, 2005, 4:20:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/particles/particle_system.cc
r4357 r4370 321 321 case PARTICLE_SPRITE: 322 322 glMatrixMode(GL_MODELVIEW); 323 //glDisable(GL_DEPTH_TEST);323 glDisable(GL_DEPTH_TEST); 324 324 325 325 material->select();
Note: See TracChangeset
for help on using the changeset viewer.