Exopandora / ShoulderSurfing

Shoulder Surfing Reloaded is a highly configurable third person camera mod for minecraft.
MIT License
48 stars 9 forks source link

[BUG] [Forge 1.18.2] Weird GUI glitch when using dynamic crosshair #91

Closed huds2 closed 1 year ago

huds2 commented 1 year ago

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

image

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

Exopandora commented 1 year ago

This is not a bug of ShoulderSurfing but a bug of Combat Roll. I created a PR to fix this issue over here.