mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 17:04:35 +08:00
Fix editor operating directly on track rather than decoupled clock
This commit is contained in:
@@ -859,7 +859,7 @@ namespace osu.Game.Screens.Edit
|
||||
|
||||
private void resetTrack(bool seekToStart = false)
|
||||
{
|
||||
Beatmap.Value.Track.Stop();
|
||||
clock.Stop();
|
||||
|
||||
if (seekToStart)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user