summaryrefslogtreecommitdiffstats
path: root/scene/3d/collision_shape_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/collision_shape_3d.h')
-rw-r--r--scene/3d/collision_shape_3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/collision_shape_3d.h b/scene/3d/collision_shape_3d.h
index 74928bad6d..bc0e70f8ac 100644
--- a/scene/3d/collision_shape_3d.h
+++ b/scene/3d/collision_shape_3d.h
@@ -43,7 +43,9 @@ class CollisionShape3D : public Node3D {
uint32_t owner_id = 0;
CollisionObject3D *collision_object = nullptr;
+#ifndef DISABLE_DEPRECATED
void resource_changed(Ref<Resource> res);
+#endif
bool disabled = false;
protected: