fix incorrect help text for teapot
This commit is contained in:
parent
2d872693ac
commit
1bd947f331
@ -483,7 +483,7 @@ int main(int argc, char** argv) {
|
||||
filename = argv[index];
|
||||
}
|
||||
|
||||
printf("Press escape to exit.\n");
|
||||
printf("Press q to exit.\n");
|
||||
|
||||
yctx = yutani_init();
|
||||
wina = yutani_window_create(yctx, 500, 500);
|
||||
|
Loading…
x
Reference in New Issue
Block a user