mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Tools/MeshExtractor: Missing changes from previous commit
This commit is contained in:
@@ -39,9 +39,12 @@ WorldModelGroup::WorldModelGroup(Stream* stream, std::string path, int groupInde
|
||||
|
||||
WorldModelGroup::~WorldModelGroup()
|
||||
{
|
||||
/*
|
||||
@ToDo: Uncomment this when emplace_back is properly used in void WorldModelRoot::ReadGroups() or replace with smart pointers
|
||||
delete Data;
|
||||
delete SubData;
|
||||
delete[] MOBA;
|
||||
*/
|
||||
}
|
||||
|
||||
void WorldModelGroup::Load(std::string& path)
|
||||
|
||||
Reference in New Issue
Block a user