summaryrefslogtreecommitdiff
path: root/scene/resources/convex_polygon_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/convex_polygon_shape.h')
-rw-r--r--scene/resources/convex_polygon_shape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/convex_polygon_shape.h b/scene/resources/convex_polygon_shape.h
index e0a590e09d..48454deb2b 100644
--- a/scene/resources/convex_polygon_shape.h
+++ b/scene/resources/convex_polygon_shape.h
@@ -42,6 +42,7 @@ protected:
virtual void _update_shape();
+ virtual Vector<Vector3> _gen_debug_mesh_lines();
public:
void set_points(const DVector<Vector3>& p_points);