ksys/phys: Rename RagdollController to RagdollInstance

RagdollController is a different thing!
This commit is contained in:
Léo Lam
2022-12-20 19:22:02 +01:00
parent d1d4bf3c29
commit 27ef71eff7
12 changed files with 233 additions and 233 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ class GroupFilter;
class LayerContactPointInfo;
class MaterialTable;
class RayCastForRequest;
class RagdollControllerMgr;
class RagdollInstanceMgr;
class RigidBody;
class RigidBodyRequestMgr;
class StaticCompoundMgr;
@@ -47,7 +47,7 @@ public:
ContactMgr* getContactMgr() const { return mContactMgr; }
StaticCompoundMgr* getStaticCompoundMgr() const { return mStaticCompoundMgr; }
RigidBodyRequestMgr* getRigidBodyRequestMgr() const { return mRigidBodyRequestMgr; }
RagdollControllerMgr* getRagdollControllerMgr() const { return mRagdollControllerMgr; }
RagdollInstanceMgr* getRagdollInstanceMgr() const { return mRagdollInstanceMgr; }
SystemData* getSystemData() const { return mSystemData; }
MaterialTable* getMaterialTable() const { return mMaterialTable; }
@@ -151,7 +151,7 @@ private:
void* _150;
StaticCompoundMgr* mStaticCompoundMgr;
RigidBodyRequestMgr* mRigidBodyRequestMgr;
RagdollControllerMgr* mRagdollControllerMgr;
RagdollInstanceMgr* mRagdollInstanceMgr;
void* mRigidBodyDividedMeshShapeMgr;
SystemData* mSystemData;
MaterialTable* mMaterialTable;