Skip to content

Commit

Permalink
[Engine] Fix drawLines from ValuesFromPositions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Jan 9, 2025
1 parent 88320b8 commit dc4a145
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ void ValuesFromPositions<DataTypes>::draw(const core::visual::VisualParams* vpar
color[j] = (float)fabs (tetrahedronVectors[i][j]);

colors.push_back(color);
colors.push_back(color);


vertices.push_back(point1);
vertices.push_back(point2);
}
Expand Down

0 comments on commit dc4a145

Please sign in to comment.