From 99f2476d7bb8479d543f080c209324c77c775737 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:35:23 +1000 Subject: bring back gltf --- src/resources/obj.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/resources/obj.c') 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); -- cgit v1.2.3-70-g09d2