done fixing errors in output from CollosionTrin.toExportString (I forgot to increment 'ey' if 'y' = 'ey')

This commit is contained in:
2025-07-13 14:03:52 +01:00
parent a60d13c5ef
commit 69494c368e
4 changed files with 42 additions and 28 deletions

View File

@@ -536,6 +536,8 @@ struct
fun toExportStringFolder ({x, ex, y, ey, data = {r, g, b, a}}, acc) =
let
val ey = if ey = y then y + 1 else ey
val x = makeXString x
val y = makeYString y
val ex = makeEndXString (x, ex)