summaryrefslogtreecommitdiff
path: root/scene/resources/sphere_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/sphere_shape.h')
-rw-r--r--scene/resources/sphere_shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/sphere_shape.h b/scene/resources/sphere_shape.h
index 1bbddb9fd9..2543d94439 100644
--- a/scene/resources/sphere_shape.h
+++ b/scene/resources/sphere_shape.h
@@ -42,7 +42,7 @@ protected:
static void _bind_methods();
virtual void _update_shape();
-
+ virtual Vector<Vector3> _gen_debug_mesh_lines();
public:
void set_radius(float p_radius);