Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7117 in orxonox.OLD


Ignore:
Timestamp:
Feb 8, 2006, 9:45:04 AM (18 years ago)
Author:
bensch
Message:

water painted again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/water.cc

    r7043 r7117  
    173173  assert (this->grid != NULL);
    174174  {
     175    glPushAttrib(GL_ENABLE_BIT);
     176    glEnable(GL_TEXTURE_2D);
    175177    glMatrixMode(GL_MODELVIEW);
    176178    glPushMatrix();
     
    206208
    207209    glPopMatrix();
     210    glPopAttrib();
    208211  }
    209212}
Note: See TracChangeset for help on using the changeset viewer.