Skip to content

Commit 0ef2fbe

Browse files
Update BSExtraData.h
New ID for 'SetBendableSplineInfo'.
1 parent 3caa0a8 commit 0ef2fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommonLibF4/include/RE/Bethesda/BSExtraData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ namespace RE
867867
bool SetBendableSplineInfo(float* a_thickness, float* a_slack, NiPoint3* a_halfExtents = nullptr, bool* a_detachedEnd = nullptr)
868868
{
869869
using func_t = decltype(&ExtraDataList::SetBendableSplineInfo);
870-
REL::Relocation<func_t> func{ REL::ID(894306) };
870+
REL::Relocation<func_t> func{ REL::ID(2190623) };
871871
return func(this, a_thickness, a_slack, a_halfExtents, a_detachedEnd);
872872
}
873873

0 commit comments

Comments
 (0)