xushiting 2 rokov pred
rodič
commit
07976fb4ec
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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);
   }