reduce number of type conversoins required for mouse move callback (and fix the other code which uses it too)
This commit is contained in:
@@ -15,7 +15,7 @@ struct
|
||||
end
|
||||
in
|
||||
fun update (inputMailbox, drawMailbox) =
|
||||
loop (inputMailbox, drawMailbox, 0, 0, AppType.initial)
|
||||
loop (inputMailbox, drawMailbox, 0.0, 0.0, AppType.initial)
|
||||
end
|
||||
|
||||
fun draw
|
||||
|
||||
Reference in New Issue
Block a user