From efc5b903da2129212d54ccedbdae2923f813afe6 Mon Sep 17 00:00:00 2001 From: powerof3 <32599957+powerof3@users.noreply.github.com> Date: Wed, 29 May 2024 05:19:01 +0530 Subject: [PATCH] Fix param --- include/RE/B/bhkCharacterController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) };