diff options
| author | Léo Lam <leo@leolam.fr> | 2022-03-01 13:21:53 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-03-01 13:24:18 +0100 |
| commit | 7f52270cdda40abdab53380bd6e7185a77fc882f (patch) | |
| tree | cfb31bff1d9c7f4f4c67e9e5d16219e5e29fc269 /src/KingSystem/Physics/System/physInstanceSet.cpp | |
| parent | f852073fd4d751ea77e33c642448ba5c4eb30abf (diff) | |
ksys/phys: SensorCollisionMask layer2 -> ignored_layer
Diffstat (limited to 'src/KingSystem/Physics/System/physInstanceSet.cpp')
| -rw-r--r-- | src/KingSystem/Physics/System/physInstanceSet.cpp | 2 |
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 { |
