I was pretty happy when I got my mod working, but then I noticed this strange rendering bug.
It looks like as if the font texture overrides the HUD elements texture.
Here's my code:
Helper.java
HelperOverlay.java
I wanted to have a string rendered on the game overlay, but using the event doesn't work for me. What am I doing wrong?
Edit: This has been solved. Big thanks to Jdb100!