a bit of refactoring (move 'graphLines' constant vector to imperative-shell/constants.sml), and get graphLines background drawn to the screen
This commit is contained in:
@@ -35,7 +35,7 @@ struct
|
||||
| [] => acc
|
||||
in
|
||||
fun getTrianglesVector (app: app_type) =
|
||||
let val lst = helpGetTrianglseVector (#triangles app, [])
|
||||
let val lst = helpGetTrianglesVector (#triangles app, [])
|
||||
in Vector.concat lst
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user