mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-01 00:57:56 -05:00
wip: change redirect pointer to lookup
This commit is contained in:
@ -50,7 +50,10 @@ void ContentLoaderBase::LoadXStringArray(const bool atStreamStart, const size_t
|
||||
const auto fill = m_stream.LoadWithFill(4u * count);
|
||||
|
||||
for (size_t index = 0; index < count; index++)
|
||||
{
|
||||
fill.FillPtr(varXString[index], 4u * index);
|
||||
m_stream.AddPointerLookup(&varXString[index], fill.BlockBuffer(4u * index));
|
||||
}
|
||||
}
|
||||
|
||||
for (size_t index = 0; index < count; index++)
|
||||
|
Reference in New Issue
Block a user