diff --git a/include/RE/B/bhkCharacterController.h b/include/RE/B/bhkCharacterController.h index 2476ca771..a430b213c 100644 --- a/include/RE/B/bhkCharacterController.h +++ b/include/RE/B/bhkCharacterController.h @@ -102,7 +102,7 @@ namespace RE return func(a_body); } - void ProcessHurtfulBody(hkpRigidBody* a_body, const hkContactPoint& a_contactPoint) + void ProcessHurtfulBody(hkpRigidBody* a_body, const hkContactPoint* a_contactPoint) { using func_t = decltype(&bhkCharacterController::ProcessHurtfulBody); REL::Relocation func{ RELOCATION_ID(76460, 78302) };