Skip to content

Commit

Permalink
fixing warnings #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 21, 2023
1 parent 8979a4d commit 19cef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/frames/GNEConsecutiveSelector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@ GNEConsecutiveSelector::drawTemporalConsecutiveLanePath() const {
// Pop matrix
GLHelper::popMatrix();
}
/*
// draw points
const RGBColor pointColor = RGBColor::RED;
// positions
const Position firstPosition = myLanePath.front().first->getLaneShape().positionAtOffset2D(myLanePath.front().second);
const Position secondPosition = myLanePath.back().first->getLaneShape().positionAtOffset2D(myLanePath.back().second);
/*
// draw geometry points
GUIGeometry::drawGeometryPoints(s, nullptr, myFrameParent->getViewNet()->getPositionInformation(), {firstPosition, secondPosition},
pointColor, RGBColor::WHITE, s.neteditSizeSettings.polylineWidth, 1, false, true);
Expand Down

0 comments on commit 19cef78

Please sign in to comment.