disable emerc for title effect (#2156)

This commit is contained in:
water111 2023-01-22 18:55:06 -05:00 committed by GitHub
parent 0fcc7eb8e9
commit f3526652ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1278,6 +1278,9 @@
;; merc2 can't handle all cases of the original merc, so we add this fallback on PC.
(pc-force-mercneric #f)
)
(when (logtest? (-> arg0 global-effect) (draw-effect title))
(set! pc-force-mercneric #t)
)
;; loop over effects, and set them up/pick renderers.
(dotimes (effect-idx (the-as int (-> geom header effect-count)))