We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad2585 commit a1ed665Copy full SHA for a1ed665
CommonLibSF/src/RE/T/TESWorldSpace.cpp
@@ -2,7 +2,7 @@
2
3
namespace RE
4
{
5
- BGSLocation* TESWorldSpace::GetLocationFromCoordinates(NiPoint3A a_coordinates)
+ BGSLocation* TESWorldSpace::GetLocationFromCoordinates(NiPoint3A& a_coordinates)
6
7
using func_t = decltype(&TESWorldSpace::GetLocationFromCoordinates);
8
REL::Relocation<func_t> func{ REL::ID(107914) };
0 commit comments