mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Use Restart()
This commit is contained in:
parent
54ed608ddb
commit
e7524445ee
@ -132,8 +132,7 @@ namespace osu.Game.Overlays.Direct
|
||||
return;
|
||||
}
|
||||
|
||||
Preview.Seek(0);
|
||||
Preview.Start();
|
||||
Preview.Restart();
|
||||
|
||||
audio.Track.AddAdjustment(AdjustableProperty.Volume, muteBindable);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user