mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Repeat a beatmap's track if it has ended
This commit is contained in:
@ -365,6 +365,13 @@ namespace osu.Game.Screens.Select
|
||||
dialogOverlay?.Push(new BeatmapDeleteDialog(Beatmap));
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
|
||||
ensurePlayingSelected();
|
||||
}
|
||||
|
||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||
{
|
||||
if (args.Repeat) return false;
|
||||
|
Reference in New Issue
Block a user