Skip to content
Snippets Groups Projects
Commit b15effec authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

do not remove transparent objects from all objects list in FullFeatureRenderer.

parent 08fbcc61
No related branches found
No related tags found
No related merge requests found
......@@ -250,8 +250,7 @@ void FullFeatureRenderer::updateStepInternal( const ViewingParameters& renderDat
if ( ( *it )->isTransparent() )
{
m_transparentRenderObjects.push_back( *it );
it = objectsToRender->erase( it );
//++it;
++it;
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment