diff options
Diffstat (limited to 'tests/sdl_ogl.c')
-rw-r--r-- | tests/sdl_ogl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sdl_ogl.c b/tests/sdl_ogl.c index b7dd29e1..172ec8ec 100644 --- a/tests/sdl_ogl.c +++ b/tests/sdl_ogl.c @@ -51,7 +51,7 @@ int main(int argc, char *argv[]) glClearColor( 0, 0, 0, 0 ); - glEnable( GL_TEXTURE_2D ); // Need this to display a texture + //glEnable( GL_TEXTURE_2D ); // Need this to display a texture XXX unnecessary in OpenGL ES 2.0/WebGL glViewport( 0, 0, 640, 480 ); |