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