mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 19:22:56 +08:00
Stop Preview on BeatmapSet change
This commit is contained in:
parent
9b69e1825d
commit
3033294df1
@ -29,6 +29,7 @@ namespace osu.Game.Overlays.Direct
|
||||
if (value == beatmapSet) return;
|
||||
beatmapSet = value;
|
||||
|
||||
Preview.Stop(parentOverlayContainer);
|
||||
Playing.Value = false;
|
||||
Preview = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user