mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-06 08:47:26 +00:00
refactor: only refer to game id in zone
This commit is contained in:
@@ -79,7 +79,7 @@ namespace
|
||||
]
|
||||
})FONT_ICON");
|
||||
|
||||
Zone zone("MockZone", 0, IGame::GetGameById(GameId::T6));
|
||||
Zone zone("MockZone", 0, GameId::T6);
|
||||
|
||||
MemoryManager memory;
|
||||
AssetCreatorCollection creatorCollection(zone);
|
||||
|
Reference in New Issue
Block a user