mirror of
https://github.com/open-goal/jak-project
synced 2026-06-18 07:26:06 -04:00
4076b1477e
When `do_zoom_blur` sets up its draw, it doesn't update the blend settings, so it ends up inheriting the previous values. In retail mode, the previous draw is from a texture animation, which sets up the blend in a specific way that causes it to draw a white texture over the screen. In debug mode, right before the zoom blur is drawn, the debug text is drawn, which modifies the blend settings to something that makes the blur look as it should. Closes #4206