Skip to content

Commit

Permalink
Merge pull request #157 from schulzch/infovis-splom-hotfix1
Browse files Browse the repository at this point in the history
InfoVis hotfix
  • Loading branch information
reinago committed Jul 23, 2018
2 parents 2d815db + 34c073d commit cebcfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/infovis/src/ScatterplotMatrixRenderer2D.cpp
Expand Up @@ -325,7 +325,7 @@ void ScatterplotMatrixRenderer2D::drawAxes(void) {

this->axisFont.ClearBatchCache();

const auto axisColor = this->axisColorParam.Param<core::param::ColorParam>()->Value();
const auto* axisColor = this->axisColorParam.Param<core::param::ColorParam>()->Value();
const auto columnCount = this->floatTable->GetColumnsCount();
const auto columnInfos = this->floatTable->GetColumnsInfos();
const float size = this->cellSizeParam.Param<core::param::FloatParam>()->Value();
Expand Down

0 comments on commit cebcfe9

Please sign in to comment.