summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index bade79f..615f371 100644
--- a/index.html
+++ b/index.html
@@ -404,6 +404,7 @@
// Find the waypoints of the current edge, and set the waypoints for the new thirdEdge
var waypoints3 = edgeState.absolutePoints;
if(waypoints3 != null && waypoints3.length > 1) {
+ // Remove last absolute point
waypoints3.pop();
}