Skip to content
Snippets Groups Projects
Commit 5f8ce0ea authored by Andrew Wilson's avatar Andrew Wilson :elephant:
Browse files

BUG: Debug delegates now process events within loop

parent 5142b8fa
No related branches found
No related tags found
No related merge requests found
......@@ -462,6 +462,10 @@ VTKRenderer::updateRenderDelegates()
{
delegate->update();
}
for (auto delegate : m_debugRenderDelegates)
{
delegate->update();
}
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment