diff options
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
| -rw-r--r-- | src/KingSystem/Physics/System/physSystem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h index 436e4727..a8c94b0b 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -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; |
