Skip to content

Commit

Permalink
fix #14545
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 22, 2024
1 parent 7417f38 commit fe5333c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/guisim/GUILane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ GUILane::drawGL(const GUIVisualizationSettings& s) const {
drawMarkings(s, exaggeration);
}
if (drawDetails && isInternal && s.showBikeMarkings && myPermissions == SVC_BICYCLE && exaggeration == 1.0 && s.showLinkDecals && s.laneShowBorders && !hiddenBidi
&& MSGlobals::gUsingInternalLanes
&& getNormalSuccessorLane()->getPermissions() == SVC_BICYCLE && getNormalPredecessorLane()->getPermissions() == SVC_BICYCLE) {
drawBikeMarkings();
}
Expand Down

0 comments on commit fe5333c

Please sign in to comment.