1
0
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:
Dean Herbert 2023-09-22 16:11:02 +09:00
parent c40bd74138
commit faa0481fc6

View File

@ -859,7 +859,7 @@ namespace osu.Game.Screens.Edit
private void resetTrack(bool seekToStart = false)
{
Beatmap.Value.Track.Stop();
clock.Stop();
if (seekToStart)
{