Skip to content

Commit

Permalink
[Engine] Fix drawLines from ValuesFromPositions (#5206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Jan 9, 2025
1 parent 88320b8 commit 61d4924
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 61d4924

Please sign in to comment.