mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 06:57:26 +00:00
ZoneLoading: Always initialize AssetPools as dynamic since not all loaded assets are contained inside the initial assetlist
This commit is contained in:
@@ -189,7 +189,7 @@ void ContentLoaderT6::LoadXAssetArray(const bool atStreamStart, const size_t cou
|
|||||||
|
|
||||||
for(asset_type_t assetType = 0; assetType < ASSET_TYPE_COUNT; assetType++)
|
for(asset_type_t assetType = 0; assetType < ASSET_TYPE_COUNT; assetType++)
|
||||||
{
|
{
|
||||||
m_zone->GetPools()->InitPoolStatic(assetType, assetCounts[assetType]);
|
m_zone->GetPools()->InitPoolDynamic(assetType);
|
||||||
}
|
}
|
||||||
|
|
||||||
for(size_t index = 0; index < count; index++)
|
for(size_t index = 0; index < count; index++)
|
||||||
|
Reference in New Issue
Block a user