mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 06:23:39 +08:00
Stop Preview on BeatmapSet change
This commit is contained in:
@@ -29,6 +29,7 @@ namespace osu.Game.Overlays.Direct
|
||||
if (value == beatmapSet) return;
|
||||
beatmapSet = value;
|
||||
|
||||
Preview.Stop(parentOverlayContainer);
|
||||
Playing.Value = false;
|
||||
Preview = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user