Skip to content

Commit

Permalink
light fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LafCorentin committed Sep 16, 2020
1 parent 28b7932 commit 073ad38
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -517,7 +517,7 @@ void CellMLZincMappingViewZincWidget::draw()

// Axes

OpenCMISS::Zinc::GraphicsPoints mAxes = scene.createGraphicsPoints();
mAxes = scene.createGraphicsPoints();

mAxes.setFieldDomainType(OpenCMISS::Zinc::Field::DOMAIN_TYPE_POINT);
mAxes.setMaterial(materialModule.findMaterialByName("blue"));
Expand Down

0 comments on commit 073ad38

Please sign in to comment.