Remove unecessary forced lod for shadow

This commit is contained in:
Vincent Lejeune
2014-09-22 19:09:18 +02:00
parent 8b8895c79a
commit 7d0e34a8c9

View File

@@ -91,10 +91,6 @@ int LODNode::getLevel()
return n;
}
// If it's the shadow pass, and we would have otherwise hidden the item, show the min one
if (curr_cam->isOrthogonal())
return m_detail.size() - 1;
return -1;
} // getLevel