mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 20:21:28 -04:00
regressions
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
(let ((sv-32 (new 'stack 'vector2h))
|
||||
(sv-36 (-> this bsphere))
|
||||
)
|
||||
(add-debug-x #t (bucket-id debug-no-zbuf1) sv-36 (new 'static 'rgba :r #xff :g #xff :a #x80))
|
||||
;; og:preserve-this
|
||||
(add-debug-x #t (bucket-id debug-no-zbuf1) sv-36 (#if PC_PORT (region-enter-color #x80) (new 'static 'rgba :r #xff :g #xff :a #x80)))
|
||||
(when (nonzero? (-> this region))
|
||||
(let ((s5-0 add-debug-text-3d)
|
||||
(s4-0 #t)
|
||||
|
||||
@@ -276,6 +276,12 @@
|
||||
(s2-0 583)
|
||||
)
|
||||
(format (clear *temp-string*) "~d" s5-0)
|
||||
;; og:preserve-this added
|
||||
(add-debug-sphere #t (the-as bucket-id s2-0)
|
||||
(-> this particles data s5-0 pos)
|
||||
(meters 0.02)
|
||||
(static-rgba #x80 0 #x80 #x80)
|
||||
)
|
||||
(s4-0
|
||||
s3-0
|
||||
(the-as bucket-id s2-0)
|
||||
|
||||
Reference in New Issue
Block a user