diff options
Diffstat (limited to 'scene/resources/capsule_shape.h')
-rw-r--r-- | scene/resources/capsule_shape.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/capsule_shape.h b/scene/resources/capsule_shape.h index 8e7d7bcb94..f097e51175 100644 --- a/scene/resources/capsule_shape.h +++ b/scene/resources/capsule_shape.h @@ -51,6 +51,7 @@ public: float get_height() const; virtual Vector<Vector3> get_debug_mesh_lines(); + virtual real_t get_enclosing_radius() const; CapsuleShape(); }; |