Skip to content
Snippets Groups Projects
Commit 511c45a4 authored by Nicholas Milef's avatar Nicholas Milef
Browse files

BUG: fixed issue with VR and Vulkan renderer

parent 3b4edf56
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,9 @@ OpenVRCommand::Execute(
{
SimulationStatus status = m_simManager->getStatus();
#ifndef iMSTK_USE_Vulkan
std::dynamic_pointer_cast<VTKRenderer>(m_simManager->getViewer()->getActiveRenderer())->updateRenderDelegates();
#endif
}
else
{
......
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