diff options
Diffstat (limited to 'scene/resources/ray_shape.h')
-rw-r--r-- | scene/resources/ray_shape.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/ray_shape.h b/scene/resources/ray_shape.h index ddf9f56ea3..c89705ad7d 100644 --- a/scene/resources/ray_shape.h +++ b/scene/resources/ray_shape.h @@ -50,6 +50,7 @@ public: bool get_slips_on_slope() const; virtual Vector<Vector3> get_debug_mesh_lines(); + virtual real_t get_enclosing_radius() const; RayShape(); }; |