[BUG] [Forge 1.18.2] Weird GUI glitch when using dynamic crosshair
huds2 opened this issue ยท 1 comments
Description
When using Combat Roll for Forge 1.18.2 together with Better Third Person 1.8.1 and Shoulder Surfing 1.18.2-2.2.12 the GUI element designed to show the amount of rolls left has a weird issue where it's background moves around the screen with the crosshair.
Steps to Reproduce
No special steps needed, just install the mods together
Expected Behavior
Expected the background to stay behind the arrows.
Screenshots
Game Logs
https://gist.github.com/Khudyakov1/726898129254a0127a32ab6ecdc4bd04
Other Mods
No response
Additional Information
The HUD widget renderer logic can be found here: https://github.com/ZsoltMolnarrr/CombatRoll/blob/1.18.2/common/src/main/java/net/combatroll/client/gui/HudRenderHelper.java
This is not a bug of ShoulderSurfing but a bug of Combat Roll. I created a PR to fix this issue over here.