remove dead code.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>pull/536/head
parent
ed57fac879
commit
1899de6ea9
|
@ -769,7 +769,6 @@ void OpenGEXImporter::resolveReferences() {
|
||||||
if( m_mesh2refMap.end() != it ) {
|
if( m_mesh2refMap.end() != it ) {
|
||||||
unsigned int meshIdx = m_mesh2refMap[ name ];
|
unsigned int meshIdx = m_mesh2refMap[ name ];
|
||||||
node->mMeshes[ i ] = meshIdx;
|
node->mMeshes[ i ] = meshIdx;
|
||||||
//node->mNumMeshes++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if( RefInfo::MaterialRef == currentRefInfo->m_type ) {
|
} else if( RefInfo::MaterialRef == currentRefInfo->m_type ) {
|
||||||
|
|
Loading…
Reference in New Issue