[gfx] fix merc/generic eye detection (#1657)

This commit is contained in:
water111 2022-07-16 19:23:14 -04:00 committed by GitHub
parent 11baa6b83f
commit 8005af05ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1279,6 +1279,7 @@
(when (and (when (and
(< (-> geom effect effect-idx tri-count) 100) (< (-> geom effect effect-idx tri-count) 100)
(-> geom header eye-ctrl) (-> geom header eye-ctrl)
(nonzero? (-> geom header eye-ctrl))
) )
(set! pc-force-mercneric #t) (set! pc-force-mercneric #t)
) )