1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Use Restart()

This commit is contained in:
Dean Herbert 2018-01-17 21:33:19 +09:00
parent 54ed608ddb
commit e7524445ee

View File

@ -132,8 +132,7 @@ namespace osu.Game.Overlays.Direct
return;
}
Preview.Seek(0);
Preview.Start();
Preview.Restart();
audio.Track.AddAdjustment(AdjustableProperty.Volume, muteBindable);
}