Weird rendering artifacts with transparency on the HUD
Leo40Git opened this issue ยท 3 comments
Expected Behavior
All boss bars should be rendered correctly.
Actual Behavior
Only the first boss bar is rendered correctly; the second one seems to be having issues with its alpha.
Hwyla is apparently also a victim of this issue.
Reproduction Steps
/bossbar add test1 "First Test"
/bossbar set minecraft:test1 players @a
/bossbar add test2 "Second Test"
/bossbar set minecraft:test2 style notched_6
(note: it has to be a "notched" style - I think this is the part that's messing up)/bossbar set minecraft:test2 players @a
System Information
- Java Version: AdoptOpenJDK 14.0.2.12
- CPU: Intel Core i5-8250U @ 1.80GHz
- GPU: NVidia GeForce MX150
Just tested with 1df506f, this issue still occurs.
This is a vanilla bug (apparently I didn't state that before closing). Ended up fixing it myself.