diff --git a/code/FBXConverter.cpp b/code/FBXConverter.cpp index 89854fc8e..075a4903c 100644 --- a/code/FBXConverter.cpp +++ b/code/FBXConverter.cpp @@ -767,7 +767,6 @@ private: // find user defined properties (3ds Max) data->Set(index++, "UserProperties", aiString(PropertyGet(props, "UDP3DSMAX", ""))); - unparsedProperties.erase("UDP3DSMAX"); // preserve the info that a node was marked as Null node in the original file. data->Set(index++, "IsNull", model.IsNull() ? true : false);