All junction dots to be placed on overlaps

This commit is contained in:
Seth Hillbrand 2025-08-19 14:39:47 -07:00
parent 81ceb8d123
commit b6b8a6d465

View File

@ -92,7 +92,7 @@ POINT_INFO JUNCTION_HELPERS::AnalyzePoint( const EE_RTREE& aItems, const VECTOR2
do do
{ {
if( info.hasExplicitJunctionDot ) if( info.hasExplicitJunctionDot || aBreakCrossings )
break; break;
merged = false; merged = false;