From c68b1e35539d7383439987edd14e6a59fd99efa1 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 3750266e0..a388d93fb 100644 --- a/include/RE/B/bhkCharacterController.h +++ b/include/RE/B/bhkCharacterController.h @@ -103,7 +103,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) };