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