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

Merge branch 'TetCut' into 'master'

BUG: Debug delegates now process events within loop

See merge request iMSTK/iMSTK!536
parents 97ddb06d 5f8ce0ea
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