Ehhthan / HappyHud-Issues

Issue tracker for the spigot plugin HappyHud.
0 stars 0 forks source link

Problem with shader compilation on Linux #64

Closed Twarug closed 1 year ago

Twarug commented 1 year ago

There is problem with compilation of rendertype_text.vsh on some Linux platforms, due to mismatch between return type of float get_id(float offset) and returned '0' int at line 28

image

Changing it to return 0.0; fixes this issue.

Thx. @Norbiros for helping locating & fix this issue