mirror of
https://github.com/open-goal/jak-project
synced 2026-06-06 11:47:44 -04:00
fix one line (#944)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user