Skip to content

Commit

Permalink
Fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed May 28, 2024
1 parent ff75176 commit efc5b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/B/bhkCharacterController.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_t> func{ RELOCATION_ID(76460, 78302) };
Expand Down

0 comments on commit efc5b90

Please sign in to comment.