diff options
Diffstat (limited to 'users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs')
-rw-r--r-- | users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs | 2 |
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 353fcfc59b14..6ba63a2d8a3f 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 |