summaryrefslogtreecommitdiff
path: root/test/testgl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testgl2.c')
-rw-r--r--test/testgl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testgl2.c b/test/testgl2.c
index c6467d60..2369b565 100644
--- a/test/testgl2.c
+++ b/test/testgl2.c
@@ -24,7 +24,7 @@ static void
quit(int rc)
{
if (context) {
- SDL_GL_MakeCurrent(0, NULL);
+ /* SDL_GL_MakeCurrent(0, NULL); *//* doesn't do anything */
SDL_GL_DeleteContext(context);
}
CommonQuit(state);