summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chickadee/math/rect.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/math/rect.scm b/chickadee/math/rect.scm
index 8c80a75..3ccaf97 100644
--- a/chickadee/math/rect.scm
+++ b/chickadee/math/rect.scm
@@ -82,7 +82,7 @@
(bv unwrap-rect))
(define (make-null-rect)
- (wrap-rect (make-f32vector 4)))
+ (wrap-rect (make-f32vector 4 0.0)))
(define-syntax-rule (with-new-rect name body ...)
(let ((name (make-null-rect))) body ... name))