summaryrefslogtreecommitdiff
path: root/src/resources/obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/obj.c')
-rw-r--r--src/resources/obj.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/resources/obj.c b/src/resources/obj.c
index 710d5f0..56f885f 100644
--- a/src/resources/obj.c
+++ b/src/resources/obj.c
@@ -45,11 +45,8 @@ model_handle model_load_obj(core *core, const char *path, bool invert_textures_y
if (!relative_path.has_value) {
WARN("Couldnt get a relative path for the path to use for loading materials & textures later");
}
- printf("Relative path: %s\n", relative_path.path.buf);
const char *file_string = string_from_file(path);
- // TODO: store the relative path without the name.obj at the end
-
model model = { 0 };
model.name = str8_cstr_view(path);
model.meshes = mesh_darray_new(1);