jak3: make actor LOD setting affect lightning quality in elec gates

This commit is contained in:
ManDude
2026-05-26 22:29:58 +01:00
parent 704972dd6a
commit 5ebecb565e
+3
View File
@@ -446,6 +446,9 @@
(-> self params min-dist)
)
)
;; og:preserve-this changed for PC port so lightning can always render from farther than 2 inches away...
(#when PC_PORT
(if (not (-> *pc-settings* ps2-lod-dist?)) (set! (-> self lightning-quality) 1.0)))
)
)
(let ((gp-1 (+ (the int (* 5.0 (-> self lightning-quality))) 1)))