ppy / osu-stable-issues

Report critical osu-stable issues here
60 stars 11 forks source link

Spinner "clear" text appears half a rotation before actually clearing the spinner #1154

Open Walavouchey opened 1 year ago

Walavouchey commented 1 year ago

this conditional determines whether the clear text appears and returns early if it shouldn't, while the judgement is awarded either here (for very old replays) or here with no early return logic, but in the former case the inequality is flipped incorrectly

the fix should be as simple changing a < to <=. it's only a visual bug

https://github.com/ppy/osu-stable-issues/assets/36758269/18e95035-e66a-446c-b011-922fc1ddd591

^ left is spinning just enough to get the clear text while right is spinning another half rotation