summaryrefslogtreecommitdiff
path: root/src/maths
diff options
context:
space:
mode:
Diffstat (limited to 'src/maths')
-rw-r--r--src/maths/primitives.c2
1 files changed, 1 insertions, 1 deletions
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),
};