summaryrefslogtreecommitdiff
path: root/scene/resources/capsule_shape_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/capsule_shape_2d.h')
-rw-r--r--scene/resources/capsule_shape_2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/capsule_shape_2d.h b/scene/resources/capsule_shape_2d.h
index 8398fab839..fe401a610c 100644
--- a/scene/resources/capsule_shape_2d.h
+++ b/scene/resources/capsule_shape_2d.h
@@ -56,6 +56,7 @@ public:
virtual void draw(const RID &p_to_rid, const Color &p_color);
virtual Rect2 get_rect() const;
+ virtual real_t get_enclosing_radius() const;
CapsuleShape2D();
};