diff --git a/vtk/src/commands/SpawnPointCallback.cpp b/vtk/src/commands/SpawnPointCallback.cpp index e29d190..a0f38cd 100644 --- a/vtk/src/commands/SpawnPointCallback.cpp +++ b/vtk/src/commands/SpawnPointCallback.cpp @@ -50,8 +50,7 @@ void SpawnPointCallback::Execute(vtkObject *caller, unsigned long evId, void *ca vtkSmartPointer vertices = vtkSmartPointer::New(); vertices->InsertNextCell(vertex); data->SetVerts(vertices); -// data->Modified(); // These might be needed im not sure. -// ren->GetRenderWindow()->Render(); + ren->GetRenderWindow()->Render(); }