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
Skip picking for UI nodes if there is no pointer (#22074)
# Objective
`ui_picking` always iterates through all the uinodes even if no hits are
possible because there's no pointer above the current camera.
## Solution
Early continue if no pointers are found on the current camera.
0 commit comments