mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
Correct program name printed by tearing test
The tearing test incorrectly calls itself "iconify" when printing usage information, probably just a copy-paste error. Closes #774.
This commit is contained in:
parent
f6ec835599
commit
407385dc72
|
@ -43,7 +43,7 @@ static double frame_rate;
|
|||
|
||||
static void usage(void)
|
||||
{
|
||||
printf("Usage: iconify [-h] [-f]\n");
|
||||
printf("Usage: tearing [-h] [-f]\n");
|
||||
printf("Options:\n");
|
||||
printf(" -f create full screen window\n");
|
||||
printf(" -h show this help\n");
|
||||
|
|
Loading…
Reference in New Issue
Block a user