mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +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>