summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physInstanceSet.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-03-01 13:21:53 +0100
committerLéo Lam <leo@leolam.fr>2022-03-01 13:24:18 +0100
commit7f52270cdda40abdab53380bd6e7185a77fc882f (patch)
treecfb31bff1d9c7f4f4c67e9e5d16219e5e29fc269 /src/KingSystem/Physics/System/physInstanceSet.cpp
parentf852073fd4d751ea77e33c642448ba5c4eb30abf (diff)
ksys/phys: SensorCollisionMask layer2 -> ignored_layer
Diffstat (limited to 'src/KingSystem/Physics/System/physInstanceSet.cpp')
-rw-r--r--src/KingSystem/Physics/System/physInstanceSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physInstanceSet.cpp b/src/KingSystem/Physics/System/physInstanceSet.cpp
index 2d7d4dd5..ccfc3062 100644
--- a/src/KingSystem/Physics/System/physInstanceSet.cpp
+++ b/src/KingSystem/Physics/System/physInstanceSet.cpp
@@ -140,7 +140,7 @@ void InstanceSet::sub_7100FBB00C(phys::RigidBody* body, phys::RigidBodyParam* pa
}
body->enableGroundCollision(instance_params.no_hit_ground == 0);
body->enableWaterCollision(instance_params.no_hit_water == 0);
- body->clearSensorReceiverLayer2();
+ body->clearSensorReceiverIgnoredLayer();
}
void* InstanceSet::sub_7100FBBC28(const sead::SafeString& name) const {