Fix filling triangles
This commit is contained in:
@@ -28,7 +28,7 @@ int main(void) {
|
||||
return TINY_EXIT_IMAGE_INIT_FAILED;
|
||||
}
|
||||
|
||||
Model model = load_obj_file(arena, "resources/triangle.obj");
|
||||
Model model = load_obj_file(arena, "resources/head.obj");
|
||||
if (IS_NULL_MODEL(model)) {
|
||||
return TINY_EXIT_MODEL_LOAD_FAILED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user