Skip to content

Commit

Permalink
Update BSExtraData.h
Browse files Browse the repository at this point in the history
New ID for 'SetBendableSplineInfo'.
  • Loading branch information
FalloutCascadia authored May 5, 2024
1 parent 3caa0a8 commit 0ef2fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/BSExtraData.h
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ namespace RE
bool SetBendableSplineInfo(float* a_thickness, float* a_slack, NiPoint3* a_halfExtents = nullptr, bool* a_detachedEnd = nullptr)
{
using func_t = decltype(&ExtraDataList::SetBendableSplineInfo);
REL::Relocation<func_t> func{ REL::ID(894306) };
REL::Relocation<func_t> func{ REL::ID(2190623) };
return func(this, a_thickness, a_slack, a_halfExtents, a_detachedEnd);
}

Expand Down

0 comments on commit 0ef2fbe

Please sign in to comment.