Update FBXConverter.cpp

Try to trigger travis.
pull/2058/head
Kim Kulling 2018-07-15 14:55:52 +02:00 committed by GitHub
parent 72de09a562
commit 7cb467da11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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