]> git.r.bdr.sh - rbdr/sumo/blobdiff - lib/systems/create_coupling_line.js
Use new lib components
[rbdr/sumo] / lib / systems / create_coupling_line.js
index 8e5e9d7325663905a5234dffd380fb62b7032490..13aca7849e414bb7c666d237b12958b9e7d4c87d 100644 (file)
@@ -85,6 +85,7 @@ export default class CreateCouplingLineSystem extends System {
             initialPosition = true;
             continue;
           }
+
           lineGraphic = lineGraphic.lineTo(position.x, position.y);
         }
       }
@@ -92,5 +93,5 @@ export default class CreateCouplingLineSystem extends System {
       rootGraphic.addChild(lineGraphic);
     }
   }
-};
+}