Skip to content
Snippets Groups Projects
Commit f82d6fe9 authored by Charles Law's avatar Charles Law
Browse files

One day I will get it right.

parent 118bf1f3
No related branches found
No related tags found
No related merge requests found
......@@ -199,9 +199,9 @@ vtkImageMIPFilter::ComputeOutputImageInformation(vtkImageRegion *inRegion,
// reduce bounds from 3 to 2 D.
region->GetImageBounds3d(bounds);
inRegion->GetImageBounds3d(bounds);
bounds[4] = 0; bounds[5] =0;
region->SetImageBounds3d(bounds);
outRegion->SetImageBounds3d(bounds);
}
......
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