From 5d09e4f0880b182a2f4c89508744c27823ed554e Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 7 Feb 2025 00:33:47 +1100 Subject: point debug draw --- debugdraw.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'debugdraw.hpp') diff --git a/debugdraw.hpp b/debugdraw.hpp index 0463eb3..cf38104 100644 --- a/debugdraw.hpp +++ b/debugdraw.hpp @@ -32,6 +32,7 @@ struct Line_Renderer { void add_line(const v3f& s, const v3f& e); void add_arrow(const v3f& s, const v3f& e); void add_box(const AABB& b); + void add_point(const v3f& p); void flush( const Camera& cam, Device* dev, -- cgit v1.2.3-54-g00ecf