mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 08:57:09 +00:00
Dropped support for transient resources; I am not using this functionality at all whatsoever and likely won't for a while, so why do I have it?
This commit is contained in:
@@ -166,7 +166,7 @@ bool CWorldCooker::CookMLVL(CWorld *pWorld, IOutputStream& rMLVL)
|
||||
|
||||
for (auto It = AudioGroups.begin(); It != AudioGroups.end(); It++)
|
||||
{
|
||||
CAudioGroup *pGroup = (CAudioGroup*) gpResourceStore->LoadResource(*It, "AGSC");
|
||||
CAudioGroup *pGroup = gpResourceStore->LoadResource<CAudioGroup>(*It);
|
||||
ASSERT(pGroup);
|
||||
SortedAudioGroups.push_back(pGroup);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user