Fixed closing bug.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent c18eda3a1a
commit e290430c26
  1. 2
      tests/reopen.c

@ -62,7 +62,7 @@ static void window_size_callback(GLFWwindow window, int width, int height)
static int window_close_callback(GLFWwindow window)
{
printf("Close callback triggered\n");
window_handle = NULL;
closed = GL_TRUE;
return 0;
}

Loading…
Cancel
Save