소스 검색

Update FBXConverter.cpp

Try to trigger travis.
Kim Kulling 7 년 전
부모
커밋
7cb467da11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();