You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At line 261, at least for 3440x1440 monitor resolution there is an issue with the calculation of the hud_shift_amount, the fix is as this:
hud_shift_amount = (standardized_monitor_width - 1920) / 2.
Divide by 2 as the comment implies instead of 3840.