xushiting 2 éve
szülő
commit
07976fb4ec
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/graphic/Service/CurveRoadService.js

+ 1 - 0
src/graphic/Service/CurveRoadService.js

@@ -447,6 +447,7 @@ export default class CurveRoadService extends RoadService {
       curveEdge.end,
       curveEdge.points[curveEdge.points.length - 1]
     );
+    curveEdgeService.setCurves(curveEdge);
     this.setLanes(curveRoad, dir);
   }