diff options
| author | Léo Lam <leo@leolam.fr> | 2022-12-18 18:35:29 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-12-19 00:07:21 +0100 |
| commit | bdd2015a088f6331e809aad6a65ca8d239b5cae9 (patch) | |
| tree | d113f3b9b5a9ad683be533aa05d392a272573116 /src/KingSystem/Physics/CharacterController/physCharacterController.h | |
| parent | 20be3a197a8296b0e3d7f07f87c2bc6d526aa203 (diff) | |
ksys/phys: Implement more RagdollController functions
Diffstat (limited to 'src/KingSystem/Physics/CharacterController/physCharacterController.h')
| -rw-r--r-- | src/KingSystem/Physics/CharacterController/physCharacterController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/CharacterController/physCharacterController.h b/src/KingSystem/Physics/CharacterController/physCharacterController.h index 94ddb424..5f45b6c9 100644 --- a/src/KingSystem/Physics/CharacterController/physCharacterController.h +++ b/src/KingSystem/Physics/CharacterController/physCharacterController.h @@ -7,7 +7,7 @@ class CharacterController { public: void sub_7100F5EC30(); void sub_7100F60604(); - void enableCollisionMaybe_0(ContactLayer); + void disableContactLayer(ContactLayer); }; } // namespace ksys::phys |
