2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-17 18:52:06 +00:00

fix: add platform to test code

This commit is contained in:
Jan Laupetin
2025-10-21 23:45:19 +01:00
parent c9e6a1fc64
commit 94cc12f4af
23 changed files with 23 additions and 23 deletions

View File

@@ -551,7 +551,7 @@ namespace
]
})MATERIAL");
Zone zone("MockZone", 0, GameId::IW3);
Zone zone("MockZone", 0, GameId::IW3, GamePlatform::PC);
MemoryManager memory;
MockSearchPath mockObjPath;