Silence multiline comment warning
This commit is contained in:
parent
dfa762bccc
commit
6f322d2140
@ -240,14 +240,16 @@ Intersection IntersectionGenerator::mergeSegregatedRoads(Intersection intersecti
|
|||||||
|
|
||||||
if (is_connected_to_roundabout)
|
if (is_connected_to_roundabout)
|
||||||
{
|
{
|
||||||
// We are merging a u-turn against the direction of a roundabout
|
/*
|
||||||
//
|
* We are merging a u-turn against the direction of a roundabout
|
||||||
// -----------> roundabout
|
*
|
||||||
// / \
|
* -----------> roundabout
|
||||||
// out in
|
* / \
|
||||||
//
|
* out in
|
||||||
// These cases have to be disabled, even if they are not forbidden specifically by a
|
*
|
||||||
// relation
|
* These cases have to be disabled, even if they are not forbidden specifically by a
|
||||||
|
* relation
|
||||||
|
*/
|
||||||
intersection[0].entry_allowed = false;
|
intersection[0].entry_allowed = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user