summaryrefslogtreecommitdiff
path: root/src/maths/primitives.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/maths/primitives.c')
-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 233a7e0..32e7919 100644
--- a/src/maths/primitives.c
+++ b/src/maths/primitives.c
@@ -25,7 +25,7 @@ Vec3 plane_vertex_positions[] = {
(Vec3){ 0.5, 0, 0.5 },
};
-Geometry geo_create_plane(f32x2 extents) {
+Geometry Geo_CreatePlane(f32x2 extents) {
Vertex_darray* vertices = Vertex_darray_new(4);
u32_darray* indices = u32_darray_new(vertices->len);