Update FBXConverter.cpp

Try to trigger travis.
This commit is contained in:
Kim Kulling
2018-07-15 14:55:52 +02:00
committed by GitHub
parent 72de09a562
commit 7cb467da11

View File

@@ -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();