summaryrefslogtreecommitdiff
path: root/src/maths/primitives.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maths/primitives.h')
-rw-r--r--src/maths/primitives.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maths/primitives.h b/src/maths/primitives.h
index 60d36da..fd798c1 100644
--- a/src/maths/primitives.h
+++ b/src/maths/primitives.h
@@ -55,7 +55,7 @@ static mesh prim_cube_mesh_create() {
/** @brief create a new model with the shape of a cube */
static model_handle prim_cube_new(core* core) {
- model model = { 0 };
+ model model = { 0 };
mesh cube = prim_cube_mesh_create();
mesh_darray_push(model.meshes, cube);