Raw: Fix misleading indentation warning

pull/1498/head
Turo Lamminen 2017-11-07 19:15:06 +02:00
parent 2b93a210c9
commit d24e0d44b2
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ void RAWImporter::InternReadFile( const std::string& pFile,
node = *cc = new aiNode();
node->mParent = pScene->mRootNode;
}
else node = *cc;++cc;
else node = *cc;
node->mName.Set(outGroup.name);
// add all meshes