summaryrefslogtreecommitdiff
path: root/src/renderer/cleanroom
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/cleanroom')
-rw-r--r--src/renderer/cleanroom/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/cleanroom/types.h b/src/renderer/cleanroom/types.h
index 94ec85c..23f2348 100644
--- a/src/renderer/cleanroom/types.h
+++ b/src/renderer/cleanroom/types.h
@@ -130,7 +130,7 @@ void gpu_buffer_upload();
// - dont need to worry about uploading mesh data
// - very useful for debugging
void imm_draw_cuboid();
-void imm_draw_sphere();
+void imm_draw_sphere(vec3 pos, f32 radius, vec4 colour);
void imm_draw_camera_frustum();
static void imm_draw_model(const char* model_filepath); // tracks internally whether the model is loaded