Closed WaterFace closed 7 months ago
For better compatibility with mods like my Real Names - Extended
I had to remove the const from a few places that use this function, since TESObjectREFR::GetDisplayFullName isn't const for whatever reason.
const
TESObjectREFR::GetDisplayFullName
For better compatibility with mods like my Real Names - Extended
I had to remove the
const
from a few places that use this function, sinceTESObjectREFR::GetDisplayFullName
isn't const for whatever reason.