- Timestamp:
- Feb 8, 2006, 9:45:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/environments/water.cc
r7043 r7117 173 173 assert (this->grid != NULL); 174 174 { 175 glPushAttrib(GL_ENABLE_BIT); 176 glEnable(GL_TEXTURE_2D); 175 177 glMatrixMode(GL_MODELVIEW); 176 178 glPushMatrix(); … … 206 208 207 209 glPopMatrix(); 210 glPopAttrib(); 208 211 } 209 212 }
Note: See TracChangeset
for help on using the changeset viewer.