summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glquery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glquery.c b/glquery.c
index 5e64490..c05147e 100644
--- a/glquery.c
+++ b/glquery.c
@@ -109,6 +109,7 @@ static void Draw(void)
glFlush();
glutSwapBuffers();
+ exit(0);
}
static GLenum Args(int argc, char **argv)