Raw: Fix misleading indentation warning
parent
2b93a210c9
commit
d24e0d44b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue