From 306ffb730e4b3c923d72914499a1017857f03c96 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 31 Dec 2024 12:38:58 +0100 Subject: [PATCH] chore: fix error in ZoneCreator --- src/Linker/ZoneCreation/ZoneCreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Linker/ZoneCreation/ZoneCreator.cpp b/src/Linker/ZoneCreation/ZoneCreator.cpp index 384b4be8..fb17ba0d 100644 --- a/src/Linker/ZoneCreation/ZoneCreator.cpp +++ b/src/Linker/ZoneCreation/ZoneCreator.cpp @@ -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);