aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/create_coupling_line.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/create_coupling_line.js')
-rw-r--r--lib/systems/create_coupling_line.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/systems/create_coupling_line.js b/lib/systems/create_coupling_line.js
index 8e5e9d7..13aca78 100644
--- a/lib/systems/create_coupling_line.js
+++ b/lib/systems/create_coupling_line.js
@@ -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);
}
}
-};
+}