ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.13k stars 2.25k forks source link

Show distance in pixels to previous/next object in osu! hitobject inspector #28640

Closed bdach closed 3 months ago

bdach commented 3 months ago

image

Following this bit of reddit feedback.

Implementation mostly follows stable except for the value displayed; stable would display the value relative to current slider velocity which seemed kinda unwieldy (and also annoying to implement wink, wink), so I'm not doing it. Can be re-added if users say they want it back.

peppy commented 3 months ago

Thanks to tests here, caught a pretty bad regression.

@bdach please check you're okay with my changes.

bdach commented 3 months ago

And here I was hoping to not have to spawn yet another virtual for once...

Fair do's, changes look fine.