Correct obj name
This commit is contained in:
parent
29c53de86e
commit
26c1f17a86
@ -32,7 +32,7 @@ int main(void) {
|
||||
}
|
||||
|
||||
Model model =
|
||||
load_obj_file(arena, "resources/head_new.obj", "resources/head.pnm");
|
||||
load_obj_file(arena, "resources/head.obj", "resources/head.pnm");
|
||||
if (IS_NULL_MODEL(model)) {
|
||||
return TINY_EXIT_MODEL_LOAD_FAILED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user