about summary refs log tree commit diff
path: root/users/glittershark/xanthous
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/xanthous')
-rw-r--r--users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs b/users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs
index 353fcfc59b..6ba63a2d8a 100644
--- a/users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs
+++ b/users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs
@@ -146,7 +146,7 @@ delaunay
   -> [((V2 n, p), (V2 n, p))]
 delaunay
   = map (over both fromPoint)
-  . Geometry.triangulationEdges
+  . Geometry.edgesAsPoints
   . Geometry.delaunayTriangulation
   . map toPoint
   where