remove graph lines vector from app type, so the vector can be garbage collected (it is not really needed)

This commit is contained in:
2024-08-13 23:49:34 +01:00
parent 6878f7fa58
commit 0c76edfde2
7 changed files with 11 additions and 31 deletions

View File

@@ -69,7 +69,7 @@ struct
let
val model = AppWith.windowResize (model, width, height)
val triangles = Triangles.toVector model
val graphLines = #graphLines model
val graphLines = GraphLines.generate model
val drawMsg =
RESIZE_TRIANGLES_BUTTONS_AND_GRAPH
{triangles = triangles, graphLines = graphLines}