Started working on parsing OBJ Files.

Why string manipulation is so tedious in C/++ :(
This commit is contained in:
Godzil
2020-03-05 17:46:40 +00:00
parent 6bef6a1b77
commit c17bfadc76
8 changed files with 256 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ Canvas::Canvas(const char *imgfile)
}
else
{
printf("ERROR: Can't opening the file '%s'.\n", imgfile);
printf("ERROR: Can't open/find the file '%s'.\n", imgfile);
}
}
else