summaryrefslogtreecommitdiff
path: root/scene/resources/box_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/box_shape.h')
-rw-r--r--scene/resources/box_shape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/box_shape.h b/scene/resources/box_shape.h
index 18c5f5e5fb..9667515657 100644
--- a/scene/resources/box_shape.h
+++ b/scene/resources/box_shape.h
@@ -41,6 +41,7 @@ protected:
static void _bind_methods();
virtual void _update_shape();
+ virtual Vector<Vector3> _gen_debug_mesh_lines();
public: