Browse Source

Update FBXConverter.cpp

Try to trigger travis.
Kim Kulling 7 năm trước cách đây
mục cha
commit
7cb467da11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      code/FBXConverter.cpp

+ 1 - 1
code/FBXConverter.cpp

@@ -411,7 +411,7 @@ void Converter::GetUniqueName( const std::string &name, std::string &uniqueName
     }
 
     int i( 0 );
-    std::string newName (name);
+    std::string newName( name );
     while ( HasName( mNodeNames, newName ) ) {
         ++i;
         newName.clear();