1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Fix next track not automatically playing when music controller is not visible

This commit is contained in:
Dean Herbert 2017-07-11 17:53:36 +09:00
parent 39d20565aa
commit 311c2aec1c

View File

@ -59,6 +59,9 @@ namespace osu.Game.Overlays
{
Width = 400;
Margin = new MarginPadding(10);
// required to let MusicController handle beatmap cycling.
AlwaysPresent = true;
}
protected override bool OnDragStart(InputState state) => true;