mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 23:37:26 +08:00
Merge branch 'master' into beatmap-refactor/beatmap-overlays
This commit is contained in:
commit
95b1f5830d
@ -122,10 +122,8 @@ namespace osu.Game.Online
|
||||
{
|
||||
Schedule(() =>
|
||||
{
|
||||
if (!checkEquality(item, TrackedItem))
|
||||
return;
|
||||
|
||||
UpdateState(DownloadState.NotDownloaded);
|
||||
if (checkEquality(item, TrackedItem))
|
||||
UpdateState(DownloadState.LocallyAvailable);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user