mirror of
https://github.com/open-goal/jak-project
synced 2026-06-05 19:28:31 -04:00
fix minimap stretch (#2593)
This commit is contained in:
@@ -1934,7 +1934,8 @@
|
||||
(set! (-> v1-10 base) (&+ a0-8 48))
|
||||
)
|
||||
(let ((s3-1 (the-as object (-> s5-0 base))))
|
||||
(let ((f30-0 (-> *video-params* relative-x-scale)))
|
||||
;; PC PORT note : this fixes minimap stretching at non-4x3 aspeect ratio
|
||||
(let ((f30-0 (#if PC_PORT 1.0 (-> *video-params* relative-x-scale))))
|
||||
(set! (-> (the-as (pointer uint128) s3-1)) (-> obj draw2-tmpl dma-vif quad))
|
||||
(set! (-> (the-as (pointer uint128) s3-1) 1) (-> obj draw2-tmpl quad 1))
|
||||
(let ((s2-0 (new-stack-vector0)))
|
||||
|
||||
Reference in New Issue
Block a user