summaryrefslogtreecommitdiff
path: root/src/maths
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-20 21:17:46 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-20 21:17:46 +1000
commitdc8952e6650aae6297915bf118e1f7b1259d235d (patch)
tree98ef132262fa0e01c7df5cac7f73c825a65d09ed /src/maths
parent58a748dcd77d0caacc9d6ef7a7e7e073ac849ad3 (diff)
fixing shadows.
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 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);