mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09: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