summaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/scene/3d/collision_shape_3d.h b/scene/3d/collision_shape_3d.h
index fbcabf6529..5c32230942 100644
--- a/scene/3d/collision_shape_3d.h
+++ b/scene/3d/collision_shape_3d.h
@@ -43,7 +43,7 @@ class CollisionShape3D : public Node3D {
uint32_t owner_id = 0;
CollisionObject3D *parent = nullptr;
- void resource_changed(RES res);
+ void resource_changed(Ref<Resource> res);
bool disabled = false;
protected: