done with loading file into app (loaded triangles are visible, etc.)

This commit is contained in:
2024-08-29 05:38:58 +01:00
parent 2549703dc7
commit e69c6b42ef
6 changed files with 64 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ struct
, 0
))
val _ = CML.spawn (fn () => FileThread.run fileMailbox)
val _ = CML.spawn (fn () => FileThread.run (fileMailbox, inputMailbox))
in
()
end