Skip to content
Snippets Groups Projects
Verified Commit 14cbe72f authored by Lars Bilke's avatar Lars Bilke
Browse files

[de] Fixed vtk examples link.

Closes #3134.
parent 0e706c7e
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ void VtkCustomInteractorStyle::pickableDataObject(vtkDataObject* object)
}
}
// From http://www.vtk.org/Wiki/VTK/Examples/Cxx/Picking/CellPicking
// From https://kitware.github.io/vtk-examples/site/Cxx/Picking/CellPicking/
void VtkCustomInteractorStyle::OnLeftButtonDown()
{
if (!_data)
......
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