done implementing load-squares functionality
This commit is contained in:
@@ -59,7 +59,12 @@ struct
|
||||
val () = TextIO.closeIn io
|
||||
in
|
||||
case Parser.parse str of
|
||||
SOME (canvasWidth, canvasHeight, grid) => ()
|
||||
SOME (canvasWidth, canvasHeight, grid) =>
|
||||
Mailbox.send (inputMailbox, USE_SQUARES
|
||||
{ squares = grid
|
||||
, canvasWidth = canvasWidth
|
||||
, canvasHeight = canvasHeight
|
||||
})
|
||||
| NONE => ()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user