mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 20:22:55 +08:00
Repeat a beatmap's track if it has ended
This commit is contained in:
parent
1546bbc66b
commit
662ea0ec2d
@ -365,6 +365,13 @@ namespace osu.Game.Screens.Select
|
|||||||
dialogOverlay?.Push(new BeatmapDeleteDialog(Beatmap));
|
dialogOverlay?.Push(new BeatmapDeleteDialog(Beatmap));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void Update()
|
||||||
|
{
|
||||||
|
base.Update();
|
||||||
|
|
||||||
|
ensurePlayingSelected();
|
||||||
|
}
|
||||||
|
|
||||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||||
{
|
{
|
||||||
if (args.Repeat) return false;
|
if (args.Repeat) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user