This commit is contained in:
tTh
2022-06-06 11:43:19 +02:00
parent 9cbbb35cde
commit 457afac7c0
3 changed files with 9 additions and 6 deletions

View File

@@ -18,9 +18,9 @@ if (2 != argc) {
exit(0);
}
verbosity = 2;
verbosity = 1;
foo = try_to_read_an_OBJ_file(argv[1], "bulles.xyz", 0);
foo = try_to_read_an_OBJ_file(argv[1], "bubulles.asc", 0);
fprintf(stderr, "try to read -> %d\n", foo);
return 0;