mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Fixed fallthrough bug in glfwinfo.
This commit is contained in:
parent
9ccb966a3a
commit
77d2a2131d
|
@ -207,6 +207,7 @@ int main(int argc, char** argv)
|
|||
usage();
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
break;
|
||||
case 'd':
|
||||
debug = GL_TRUE;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user