From f3308d7bee2ba3a4d64a142e7a29a575243b3e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 22 Mar 2022 22:41:04 +0100 Subject: ksys/phys: Rename some RigidBody flags (add/remove from world) --- src/KingSystem/Physics/System/physInstanceSet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/KingSystem/Physics/System/physInstanceSet.cpp') diff --git a/src/KingSystem/Physics/System/physInstanceSet.cpp b/src/KingSystem/Physics/System/physInstanceSet.cpp index 6be16311..37ca09db 100644 --- a/src/KingSystem/Physics/System/physInstanceSet.cpp +++ b/src/KingSystem/Physics/System/physInstanceSet.cpp @@ -81,11 +81,11 @@ u32 InstanceSet::sub_7100FB9C2C() const { void InstanceSet::sub_7100FBA9BC() { for (auto& rb : mRigidBodySets) { - rb.callRigidBody_x_0(); + rb.addToWorld(); } for (auto& body : mList) { - body->x_0(); + body->addToWorld(); } if (mCollisionController != nullptr) -- cgit v1.2.3