mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 16:27:27 +00:00
refactor: only refer to game id in zone
This commit is contained in:
@@ -19,7 +19,7 @@ namespace
|
||||
"test,data,lol\n"
|
||||
"lorem,ipsum");
|
||||
|
||||
Zone zone("MockZone", 0, IGame::GetGameById(GameId::IW5));
|
||||
Zone zone("MockZone", 0, GameId::IW5);
|
||||
|
||||
MemoryManager memory;
|
||||
AssetCreatorCollection creatorCollection(zone);
|
||||
|
@@ -301,7 +301,7 @@ namespace
|
||||
]
|
||||
})MATERIAL");
|
||||
|
||||
Zone zone("MockZone", 0, IGame::GetGameById(GameId::IW5));
|
||||
Zone zone("MockZone", 0, GameId::IW5);
|
||||
|
||||
MemoryManager memory;
|
||||
AssetCreatorCollection creatorCollection(zone);
|
||||
|
Reference in New Issue
Block a user