address second regression mentioned in previous commit, where clicked dots are no longer visible (turns out that I removed a line during refactoring which added the triangle stage coordinates to the dot vector)

This commit is contained in:
2024-09-19 18:54:32 +01:00
parent 6a7f11efe6
commit 415f06f0c0
2 changed files with 2 additions and 0 deletions

BIN
dotscape

Binary file not shown.

View File

@@ -20,6 +20,8 @@ struct
SOME (xpos, ypos) =>
ClickPoints.getDrawDot (xpos, ypos, 1.0, 0.0, 0.0, model)
| NONE => Vector.fromList []
val drawVec = TriangleStage.toVector (model, drawVec)
val drawMsg = DRAW_DOT drawVec
in
(model, DRAW drawMsg)