Fixed fallthrough bug in glfwinfo.

This commit is contained in:
Camilla Berglund 2014-08-20 17:59:58 +02:00
parent 9ccb966a3a
commit 77d2a2131d

View File

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