Changeset 3359 in orxonox.OLD for orxonox/branches/parenting/src/glmenu_imagescreen.cc
- Timestamp:
- Jan 6, 2005, 9:31:17 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/glmenu_imagescreen.cc
r3358 r3359 93 93 { 94 94 // Display a quad texture to the screen 95 glEnable(GL_TEXTURE_2D); 95 96 glBegin(GL_QUADS); 96 97 … … 112 113 113 114 glEnd(); 114 115 glEnable(GL_TEXTURE_2D); 116 115 117 SDL_GL_SwapBuffers(); 116 118
Note: See TracChangeset
for help on using the changeset viewer.