mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Fix editor operating directly on track rather than decoupled clock
This commit is contained in:
parent
c40bd74138
commit
faa0481fc6
@ -859,7 +859,7 @@ namespace osu.Game.Screens.Edit
|
||||
|
||||
private void resetTrack(bool seekToStart = false)
|
||||
{
|
||||
Beatmap.Value.Track.Stop();
|
||||
clock.Stop();
|
||||
|
||||
if (seekToStart)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user