Skip to content
Snippets Groups Projects
Commit 77d2a213 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Fixed fallthrough bug in glfwinfo.

parent 9ccb966a
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,7 @@ int main(int argc, char** argv)
usage();
exit(EXIT_FAILURE);
}
break;
case 'd':
debug = GL_TRUE;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment