1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 15:27:20 +08:00
This commit is contained in:
DrabWeb 2017-09-15 13:54:16 -03:00
parent 9787b92129
commit 7e30c55bf4

View File

@ -78,12 +78,9 @@ namespace osu.Game.Overlays.OnlineBeatmapSet
{
loading = false;
if (d is AudioLoadWrapper)
{
preview = (d as AudioLoadWrapper).Preview;
Playing = Playing;
updatePlayingState();
}
preview = (d as AudioLoadWrapper).Preview;
Playing = Playing;
updatePlayingState();
},
});