diff options
Diffstat (limited to 'src/resources/obj.c')
-rw-r--r-- | src/resources/obj.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/obj.c b/src/resources/obj.c index 19d8657..f95398a 100644 --- a/src/resources/obj.c +++ b/src/resources/obj.c @@ -64,8 +64,9 @@ model_handle model_load_obj(core *core, const char *path, bool invert_textures_y ERROR_EXIT("Load fails are considered crash-worthy right now. This will change later.\n"); } - u32 index = model_darray_len(core->models); - model_darray_push(core->models, model); +// FIXME + // u32 index = model_darray_len(core->models); + // model_darray_push(core->models, model); arena_free_all(&scratch); arena_free_storage(&scratch); |