fix: doing wrong alignment on dynamic filling

This commit is contained in:
Jan
2025-06-19 18:59:23 +01:00
parent ee027502ca
commit 43be997a22
4 changed files with 44 additions and 7 deletions
@@ -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
}
}