diff options
Diffstat (limited to 'src/render/immdraw.h')
-rw-r--r-- | src/render/immdraw.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |