From 8e1c9ff1c12f2a668b7e9b6cedaac84e5e340ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20Marcin=20Ko=C5=82ek?= Date: Sun, 2 Aug 2020 11:10:43 +0200 Subject: Shape3D::get_debug_mesh_lines const methods --- scene/resources/ray_shape_3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/resources/ray_shape_3d.h') diff --git a/scene/resources/ray_shape_3d.h b/scene/resources/ray_shape_3d.h index 6d974a0a4c..a1a6702564 100644 --- a/scene/resources/ray_shape_3d.h +++ b/scene/resources/ray_shape_3d.h @@ -48,7 +48,7 @@ public: void set_slips_on_slope(bool p_active); bool get_slips_on_slope() const; - virtual Vector get_debug_mesh_lines() override; + virtual Vector get_debug_mesh_lines() const override; virtual real_t get_enclosing_radius() const override; RayShape3D(); -- cgit v1.2.3