2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-26 06:11:53 +00:00

fix: doing wrong alignment on dynamic filling

This commit is contained in:
Jan
2025-06-04 18:08:23 +01:00
parent ee027502ca
commit 43be997a22
4 changed files with 44 additions and 7 deletions

View File

@ -164,6 +164,10 @@ void ContentLoader::LoadXAssetArray(const bool atStreamStart, const size_t count
{
LoadXAsset(false);
varXAsset++;
#ifdef DEBUG_OFFSETS
m_stream.DebugOffsets(index);
#endif
}
}