mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00: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