Explorar o código

Update FBXConverter.cpp

Try to trigger travis.
Kim Kulling %!s(int64=7) %!d(string=hai) anos
pai
achega
7cb467da11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();