mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-18 03:02:07 +00:00
fix: add platform to test code
This commit is contained in:
@@ -30,7 +30,7 @@ namespace test::game::iw4::menu::parsing::it
|
||||
|
||||
public:
|
||||
MenuParsingItHelper()
|
||||
: m_zone("MockZone", 0, GameId::IW4),
|
||||
: m_zone("MockZone", 0, GameId::IW4, GamePlatform::PC),
|
||||
m_creator_collection(m_zone),
|
||||
m_ignored_asset_lookup(),
|
||||
m_context(m_zone, &m_creator_collection, &m_ignored_asset_lookup)
|
||||
|
||||
Reference in New Issue
Block a user