1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 17:40:08 +08:00
Files
osu-lazer/osu.Game/Screens/Edit/Compose/Components/Timeline
T
Bartłomiej Dach 5174d8b918 Fix changing normal sample bank via keyboard hotkeys not updating addition bank if set to auto (#36741)
Closes https://github.com/ppy/osu/issues/36703.

It was only broken via keyboard hotkeys and not via the sample popover
because the sample popover has a separate copy of the logic that didn't
have the bug. Compare:


https://github.com/ppy/osu/blob/13aeed15f95fa6585ff01eedaccc43b28ff656cb/osu.Game/Screens/Edit/Compose/Components/Timeline/SamplePointPiece.cs#L473-L475

I considered splitting a helper to have one copy of the logic but it's
not very simple to do compared to a two-liner fix so I gave up.
5174d8b918 · 2026-02-26 02:47:45 +09:00
History
..
2025-07-18 15:55:33 +03:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00
2022-11-27 00:00:27 +09:00