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
BenedictWilkins
changed the title
CRITICAL BUG: the mouse position is incorrect if an non zero ui offset is used
CRITICAL BUG: the mouse position is incorrect if a non zero ui offset is used
Nov 1, 2024
commit 429fd79 removes the ui.offset config option. An error is thrown internally by star-ray-pygame if the SVG position is set != (0,0). This issue needs to be fixed upstream.
BenedictWilkins
changed the title
CRITICAL BUG: the mouse position is incorrect if a non zero ui offset is used
[UPSTREAM] The mouse position/target is incorrect if a non zero ui offset is used
Nov 11, 2024
If an offset is used in the UI it seems the guidance arrow doesnt get the correct coordinates.
This is likely a problem with the conversion of mouse coordinates to svg coordinates - THIS IS A BIG PROBLEM.
The text was updated successfully, but these errors were encountered: