summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/CharacterController/physCharacterController.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-12-18 18:35:29 +0100
committerLéo Lam <leo@leolam.fr>2022-12-19 00:07:21 +0100
commitbdd2015a088f6331e809aad6a65ca8d239b5cae9 (patch)
treed113f3b9b5a9ad683be533aa05d392a272573116 /src/KingSystem/Physics/CharacterController/physCharacterController.h
parent20be3a197a8296b0e3d7f07f87c2bc6d526aa203 (diff)
ksys/phys: Implement more RagdollController functions
Diffstat (limited to 'src/KingSystem/Physics/CharacterController/physCharacterController.h')
-rw-r--r--src/KingSystem/Physics/CharacterController/physCharacterController.h2
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