mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
* Fixes hud objects being hidden by blindness (#65385) They have a higher plane then fullscreen overlays, but unfortunately for me, they were rendering to the game plane, which is below RENDER_PLANE_NON_GAME. I was therefore getting hit in the nuts. Hate this timeline * Fixes hud objects being hidden by blindness Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>