amend compile/type errors introduced in previous commit

This commit is contained in:
2025-08-18 03:19:59 +01:00
parent 7561573370
commit b7bc847e34
2 changed files with 80 additions and 82 deletions

View File

@@ -8,9 +8,7 @@ struct
fun lerp (xOffset: Real32.real, yOffset, scale, windowWidth, windowHeight, r, g, b) =
let
val windowWidth = Real32.fromInt windowWidth
val halfWidth = windowWidth / 2.0
val windowHeight = Real32.fromInt windowHeight
val halfHeight = windowHeight / 2.0
in
#[