mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 05:41:53 +00:00
chore: extract ZoneAssetLoaderContainer to separate class
This commit is contained in:
@ -34,7 +34,7 @@ namespace test::game::iw4::menu::parsing::it
|
||||
: m_zone("MockZone", 0, IGame::GetGameById(GameId::IW4)),
|
||||
m_creator_collection(m_zone),
|
||||
m_ignored_asset_lookup(),
|
||||
m_context(&m_zone, &m_creator_collection, &m_ignored_asset_lookup)
|
||||
m_context(m_zone, &m_creator_collection, &m_ignored_asset_lookup)
|
||||
{
|
||||
m_asset_creator = CreateMenuListLoader(*m_zone.GetMemory(), m_search_path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user