mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
refactor: image and obj data loading
This commit is contained in:
@ -22,7 +22,7 @@ namespace
|
||||
"lorem,ipsum");
|
||||
|
||||
Zone zone("MockZone", 0, &g_GameIW4);
|
||||
MockAssetLoadingManager assetLoadingManager(&zone, &searchPath);
|
||||
MockAssetLoadingManager assetLoadingManager(zone, searchPath);
|
||||
|
||||
AssetLoaderStringTable assetLoader;
|
||||
MemoryManager memory;
|
||||
|
@ -29,7 +29,7 @@ namespace test::game::iw4::menu::parsing::it
|
||||
public:
|
||||
MenuParsingItHelper()
|
||||
: m_zone("MockZone", 0, &g_GameIW4),
|
||||
m_manager(&m_zone, &m_search_path)
|
||||
m_manager(m_zone, m_search_path)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user