summaryrefslogtreecommitdiff
path: root/scene/resources/cylinder_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/cylinder_shape.h')
-rw-r--r--scene/resources/cylinder_shape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/cylinder_shape.h b/scene/resources/cylinder_shape.h
index ebddd4d92f..a26fda10cd 100644
--- a/scene/resources/cylinder_shape.h
+++ b/scene/resources/cylinder_shape.h
@@ -50,6 +50,7 @@ public:
float get_height() const;
virtual Vector<Vector3> get_debug_mesh_lines();
+ virtual real_t get_enclosing_radius() const;
CylinderShape();
};