chore: fix error in ZoneCreator

This commit is contained in:
Jan
2024-12-31 12:38:58 +01:00
parent 692c31b711
commit 306ffb730e

View File

@ -75,7 +75,7 @@ namespace zone_creator
AssetCreatorCollection creatorCollection(*zone);
objCompiler->ConfigureCreatorCollection(creatorCollection, *zone, *context.m_definition);
objLoader->ConfigureCreatorCollection(creatorCollection, *zone, *context.m_asset_search_path, gdtLookup);
objLoader->ConfigureCreatorCollection(creatorCollection, *zone, *context.m_asset_search_path, lookup);
AssetCreationContext creationContext(zone.get(), &creatorCollection, &ignoredAssetLookup);