remove read unitilize memory

This commit is contained in:
wise86Android
2016-01-16 16:14:16 +01:00
parent d51c2e6435
commit bd032488e4
2 changed files with 8 additions and 7 deletions

View File

@@ -485,12 +485,12 @@ struct aiFloatKey
/** Helper structure to represent a 3ds file node */
struct Node
{
Node()
: mParent()
, mInstanceNumber()
, mHierarchyPos (0)
, mHierarchyIndex (0)
, mInstanceCount (1)
Node():
mParent(NULL)
, mInstanceNumber(0)
, mHierarchyPos (0)
, mHierarchyIndex (0)
, mInstanceCount (1)
{
static int iCnt = 0;