mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Restart track playback when tapping to time
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user