1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 12:40:18 +08:00
Files
osu-lazer/osu.Game/Overlays/Mods
T
nil 85b8480e46 Fix two mod presets having key binding of 1 (#36563)
Fixes #36562 

Currently there exists a bug where the mod preset hotkeys will wrap
outside of the intended bounds.

Fix is making sure the preset index is < 10

Before:
<img width="486" height="358" alt="image"
src="https://github.com/user-attachments/assets/77f1ca9e-4fd0-4b29-b9f5-f53e652db42d"
/>

After:
<img width="1007" height="1295" alt="image"
src="https://github.com/user-attachments/assets/ca81cc39-2f86-462c-a26b-002aceed77f4"
/>
85b8480e46 · 2026-02-02 00:42:49 +09:00
History
..
2023-06-24 01:00:03 +09:00