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/maths/primitives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maths/primitives.c') diff --git a/src/maths/primitives.c b/src/maths/primitives.c index b9ec868..c0af140 100644 --- a/src/maths/primitives.c +++ b/src/maths/primitives.c @@ -111,7 +111,7 @@ geometry_data geo_create_cuboid(f32x3 extents) { .format = VERTEX_STATIC_3D, .vertices = vertices, .has_indices = true, - .indices = *indices, // FIXME: make darray methods that return stack allocated struct + .indices = indices, // FIXME: make darray methods that return stack allocated struct .colour = vec3(0, 0, 0), }; -- cgit v1.2.3-70-g09d2