mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 03:22:41 +00:00
* Fixes overlay lighting not having any color. (#62087) The overlay lighting plane was never actually being drawn, only used as an alpha filter over the main lighting plane. That's fine to do, but it only cuts away darkness, doesn't actually lay down any color. So let's properly draw it too, so things look right Fixes #61899 * Fixes overlay lighting not having any color Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>