done refactoring (next: need to do some bug fixing)

This commit is contained in:
2025-07-06 15:14:19 +01:00
parent dd291096d5
commit 270481a0ba
5 changed files with 37 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ struct
val _ = AppDraw.uploadGraphLines (graphDrawObject, graphLines)
val dotDrawObject = AppDraw.initDot ()
val triangleDrawObject = AppDraw.initTriangles ()
val squareDrawObject = AppDraw.initSquares ()
val modalTextDrawObject = AppDraw.initModalText ()
@@ -48,7 +48,7 @@ struct
, Vector.length graphLines div 2
, dotDrawObject
, 0
, triangleDrawObject
, squareDrawObject
, 0
, modalTextDrawObject
, 0