Update OSMesa test

In the previous commit, I removed the background color arguments from
all the constructors from the Canvas class. I had missed the fact that
this was used in UnitTestMapperOSMesa.
This commit is contained in:
Kenneth Moreland 2016-06-13 09:23:49 -06:00
parent 72b43d7151
commit 9110214e7c

@ -104,7 +104,7 @@ void Render2D(const vtkm::cont::DataSet &ds,
vtkm::rendering::Scene scene;
vtkm::rendering::Color bg(0.2f, 0.2f, 0.2f, 1.0f);
vtkm::rendering::CanvasOSMesa canvas(W,H,bg);
vtkm::rendering::CanvasOSMesa canvas(W,H);
scene.AddActor(vtkm::rendering::Actor(ds.GetCellSet(),
ds.GetCoordinateSystem(),