Browse Source

FBXConverter: avoid creating an empty metadata slot (UDP3DSMAX was erased from list _after_ its size was taken)/

Alexander Gessler 11 years ago
parent
commit
d044ce7a62
1 changed files with 0 additions and 1 deletions
  1. 0 1
      code/FBXConverter.cpp

+ 0 - 1
code/FBXConverter.cpp

@@ -767,7 +767,6 @@ private:
 
 		// find user defined properties (3ds Max)
 		data->Set(index++, "UserProperties", aiString(PropertyGet<std::string>(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);