From 3a151b1d1f99b59dfd6d98c1e7520b48b57d6f5e Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:12:59 +1000 Subject: plane,cube,sphere --- src/render/immdraw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/immdraw.h') diff --git a/src/render/immdraw.h b/src/render/immdraw.h index e635531..2983356 100644 --- a/src/render/immdraw.h +++ b/src/render/immdraw.h @@ -29,7 +29,7 @@ PUB void Immdraw_Shutdown(Immdraw_Storage* storage); // These functions cause a pipeline switch and so aren't optimised for performance PUB void Immdraw_Plane(Transform tf, Vec4 colour, bool wireframe); PUB void Immdraw_Cuboid(Transform tf, Vec4 colour, bool wireframe); -PUB void Immdraw_Sphere(Transform tf, f32 size, Vec4 colour, bool wireframe); +PUB void Immdraw_Sphere(Transform tf, Vec4 colour, bool wireframe); PUB void Immdraw_TransformGizmo(Transform tf, f32 size); -- cgit v1.2.3-70-g09d2