OpenGL: small fix

This commit is contained in:
Martin Pulec
2013-08-19 17:24:53 +02:00
parent e211aba493
commit f0d5499a1c

View File

@@ -888,6 +888,7 @@ static void gl_draw(double ratio)
static void glut_close_callback(void)
{
should_exit_main_loop = true;
exit_uv(0);
}