mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Restart track playback when tapping to time
This commit is contained in:
parent
96ccd29bdc
commit
b88bce9b8b
@ -163,6 +163,12 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
isHandlingTapping.BindValueChanged(handling =>
|
||||
{
|
||||
metronome.EnableClicking = !handling.NewValue;
|
||||
|
||||
if (handling.NewValue)
|
||||
{
|
||||
editorClock.Seek(selectedGroup.Value.Time);
|
||||
editorClock.Start();
|
||||
}
|
||||
}, true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user