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 = *cc = new aiNode();
|
||||||
node->mParent = pScene->mRootNode;
|
node->mParent = pScene->mRootNode;
|
||||||
}
|
}
|
||||||
else node = *cc;++cc;
|
else node = *cc;
|
||||||
node->mName.Set(outGroup.name);
|
node->mName.Set(outGroup.name);
|
||||||
|
|
||||||
// add all meshes
|
// add all meshes
|
||||||
|
|
Loading…
Reference in New Issue