osu
osu copied to clipboard
Adjusting slider velocities of multiple objects with different slider velocities to 1.0x fails
Type
Other
Bug description
Steps to Reproduce:
- Open any map in the editor
- Make a slider, set its velocity to 0.9
- Make a slider, set its velocity to 1.0 (The above values shouldn't matter, as long as they are distinct)
- Select both sliders, set their velocities to 1.0 (Any other value succeeds - only 1.0 fails) Expected: Their velocities should be set to 1.0 Current: The operation fails with no feedback
Screenshots or videos
https://github.com/ppy/osu/assets/9843579/359ef005-02c3-4e49-bccb-efe30177f030
Version
Lazer 2023.1231.0
Logs
A workaround: drag the slider below that input box to anywhere else, and then click the "revert to default" button before it. This probably implies why the issue exists.