mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
refactor(Core/Tools): remove ACE from tools (#3351)
This commit is contained in:
@@ -23,8 +23,8 @@ private:
|
||||
{
|
||||
delete[] vertices;
|
||||
delete[] indices;
|
||||
vertices = NULL;
|
||||
indices = NULL;
|
||||
vertices = nullptr;
|
||||
indices = nullptr;
|
||||
}
|
||||
std::string filename;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user