refactor(Core/Tools): remove ACE from tools (#3351)
This commit is contained in:
parent
7694c99edb
commit
4dd9b92759
35 changed files with 465 additions and 229 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include "G3D/Matrix4.h"
|
||||
|
||||
DoodadHandler::DoodadHandler( ADT* adt ) :
|
||||
ObjectDataHandler(adt), _definitions(NULL), _paths(NULL)
|
||||
ObjectDataHandler(adt), _definitions(nullptr), _paths(nullptr)
|
||||
{
|
||||
Chunk* mddf = adt->ObjectData->GetChunkByName("MDDF");
|
||||
if (mddf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue