Fixed fallthrough bug in glfwinfo.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 9ccb966a3a
commit 77d2a2131d
  1. 1
      tests/glfwinfo.c

@ -207,6 +207,7 @@ int main(int argc, char** argv)
usage(); usage();
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
break;
case 'd': case 'd':
debug = GL_TRUE; debug = GL_TRUE;
break; break;

Loading…
Cancel
Save