Tools/MeshExtractor: Missing changes from previous commit

This commit is contained in:
Subv
2013-12-29 21:02:43 -05:00
parent b89585e843
commit 473e4a7b7b

View File

@@ -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)