Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jak1] Merc for title - fixes blerc #2801

Merged
merged 1 commit into from Jul 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions goal_src/jak1/engine/gfx/foreground/bones.gc
Expand Up @@ -1417,9 +1417,6 @@
(pc-merc-vtx-update #f)
(blerc-weights (new 'stack-no-clear 'array 'float 40))
)
(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)))

Expand Down