Skip to content

Fix vtkOpenXRManager singleton destructor not being called

Instantiate vtkOpenXRManager on the stack to have its destructor called automatically when the program ends.

Merge request reports