chore: get Iwd and Ipak creators in constructor for post processors

This commit is contained in:
Jan
2025-01-03 11:18:33 +01:00
parent 416823c6cd
commit 3c3161448f
16 changed files with 81 additions and 34 deletions

View File

@ -68,7 +68,7 @@ namespace zone_creator
AssetCreationContext creationContext(*zone, &creatorCollection, &ignoredAssetLookup);
objCompiler->ConfigureCreatorCollection(
creatorCollection, *zone, zoneDefinitionContext, *context.m_asset_search_path, lookup, context.m_out_dir, context.m_cache_dir);
creatorCollection, *zone, zoneDefinitionContext, *context.m_asset_search_path, lookup, creationContext, context.m_out_dir, context.m_cache_dir);
objLoader->ConfigureCreatorCollection(creatorCollection, *zone, *context.m_asset_search_path, lookup);
for (const auto& assetEntry : context.m_definition->m_assets)