mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-04 15:57:26 +00:00
refactor: only refer to game id in zone
This commit is contained in:
@@ -23,7 +23,7 @@ namespace
|
||||
{
|
||||
public:
|
||||
TestContext()
|
||||
: m_zone("test", 0, IGame::GetGameById(GameId::T6)),
|
||||
: m_zone("test", 0, GameId::T6),
|
||||
m_zone_states(m_zone),
|
||||
m_out_dir()
|
||||
{
|
||||
|
Reference in New Issue
Block a user