1
0
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:
Roman Kapustin 2018-06-07 14:30:11 +03:00
parent 9b69e1825d
commit 3033294df1

View File

@ -29,6 +29,7 @@ namespace osu.Game.Overlays.Direct
if (value == beatmapSet) return;
beatmapSet = value;
Preview.Stop(parentOverlayContainer);
Playing.Value = false;
Preview = null;
}