mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
CI fix.
This commit is contained in:
@ -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();
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user