Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2005, 11:57:19 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: GL_TEXTURE_2D-patch: now only enabled and disabled through Material

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/glmenu/glmenu_imagescreen.cc

    r3484 r3536  
    171171  glDisable(GL_LIGHTING);
    172172
    173   backMat->select();
    174173  glBegin(GL_QUADS);
    175174  glColor3f(0.96, 0.84, 0.34);
     
    210209  glEnd();
    211210
    212   glEnable(GL_TEXTURE_2D);
     211  backMat->select();
    213212  glBegin(GL_QUADS);
    214213  glTexCoord2i(0, 0); glVertex2i(offsetX, offsetY);
Note: See TracChangeset for help on using the changeset viewer.