summaryrefslogtreecommitdiff
path: root/scene/resources/sphere_shape_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/sphere_shape_3d.h')
-rw-r--r--scene/resources/sphere_shape_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/sphere_shape_3d.h b/scene/resources/sphere_shape_3d.h
index 78d45b5058..5cad67aea5 100644
--- a/scene/resources/sphere_shape_3d.h
+++ b/scene/resources/sphere_shape_3d.h
@@ -46,7 +46,7 @@ public:
void set_radius(float p_radius);
float get_radius() const;
- virtual Vector<Vector3> get_debug_mesh_lines() override;
+ virtual Vector<Vector3> get_debug_mesh_lines() const override;
virtual real_t get_enclosing_radius() const override;
SphereShape3D();