diff options
Diffstat (limited to 'scene/3d/collision_shape.h')
-rw-r--r-- | scene/3d/collision_shape.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/collision_shape.h b/scene/3d/collision_shape.h index c9c91a5824..6ca8e80ea1 100644 --- a/scene/3d/collision_shape.h +++ b/scene/3d/collision_shape.h @@ -49,6 +49,7 @@ class CollisionShape : public Spatial { void resource_changed(RES res); bool disabled; +protected: void _create_debug_shape(); void _update_in_shape_owner(bool p_xform_only = false); |