Skip to content
Snippets Groups Projects
Commit ab62685c authored by Ken Martin's avatar Ken Martin
Browse files

Code had an extra call to get the pick path

removed double call on pick path
parent c17806ba
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,6 @@ void vtkPointHandleRepresentation3D::StartWidgetInteraction(double startEventPos
vtkAssemblyPath* path = this->GetAssemblyPath(
startEventPos[0], startEventPos[1], 0., this->CursorPicker);
path = this->CursorPicker->GetPath();
if ( path != NULL )
{
this->InteractionState = vtkHandleRepresentation::Nearby;
......
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