Browse Source

- Removed duplicate initialization from TamlWriteNode.

MelvMay-GG 12 years ago
parent
commit
25925db
1 changed files with 0 additions and 1 deletions
  1. 0 1
      engine/source/persistence/taml/tamlWriteNode.h

+ 0 - 1
engine/source/persistence/taml/tamlWriteNode.h

@@ -67,7 +67,6 @@ public:
     {
         // NOTE: This MUST be done before the state is reset otherwise we'll be touching uninitialized stuff.
         mRefToNode = NULL;
-        mChildren = NULL;
         mpSimObject = NULL;
         mpTamlCallbacks = NULL;
         mpObjectName = NULL;