Update FBXConverter.cpp

simple change to retrigger CI
pull/2058/head
Kim Kulling 2018-07-14 12:10:59 +02:00 committed by GitHub
parent 7967f0a33f
commit 91b30e7e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ static bool HasName( NodeNameCache &cache, const std::string &name ) {
return it != cache.end(); return it != cache.end();
} }
void Converter::GetUniqueName( const std::string &name, std::string& uniqueName ) { void Converter::GetUniqueName( const std::string &name, std::string &uniqueName ) {
if ( !HasName( mNodeNames, name ) ) { if ( !HasName( mNodeNames, name ) ) {
uniqueName = name; uniqueName = name;
mNodeNames.push_back( uniqueName ); mNodeNames.push_back( uniqueName );