Sodium

Sodium

35M Downloads

Weird rendering artifacts with transparency on the HUD

Leo40Git opened this issue ยท 3 comments

commented

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.
2020-07-20_19 24 53
Hwyla is apparently also a victim of this issue.

Reproduction Steps

  1. /bossbar add test1 "First Test"
  2. /bossbar set minecraft:test1 players @a
  3. /bossbar add test2 "Second Test"
  4. /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)
  5. /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
commented

Just tested with 1df506f, this issue still occurs.

commented

Was this fixed?

commented

This is a vanilla bug (apparently I didn't state that before closing). Ended up fixing it myself.