summaryrefslogtreecommitdiff
path: root/src/3d/visual_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3d/visual_debug.h')
-rw-r--r--src/3d/visual_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3d/visual_debug.h b/src/3d/visual_debug.h
index f02ac6b..a58d913 100644
--- a/src/3d/visual_debug.h
+++ b/src/3d/visual_debug.h
@@ -22,7 +22,7 @@ class VisualDebug {
void shutdown();
// Queue a wireframe box for rendering this frame
- void add_box(const vec3& center, const vec3& extent, const vec3& color);
+ void add_box(const mat4& transform, const vec3& color);
// Render all queued primitives and clear the queue
void render(WGPURenderPassEncoder pass, const mat4& view_proj);