fix one line (#944)

This commit is contained in:
water111
2021-10-26 19:23:37 -04:00
committed by GitHub
parent 4bd9d752fc
commit 05d892e4ed
+1 -1
View File
@@ -227,7 +227,7 @@
(define *ocean-off* #f)
(define *ocean-mid-off* #f)
(define *ocean-near-off* #f)
(define *ocean-heights* (new 'static 'ocean-wave-info))
(define *ocean-heights* (the-as ocean-wave-info #f))
(define *ocean-verts* (the-as (pointer vector) #f))
(deftype ocean-vu0-work (structure)