Merge remote-tracking branch 'smoogipoo/fix-beatmapinfowedge' into update-framework

This commit is contained in:
Dean Herbert 2018-09-28 18:32:59 +09:00
commit 6841d5c2ec

View File

@ -89,6 +89,8 @@ namespace osu.Game.Screens.Select
}
}
public override bool IsPresent => base.IsPresent || Info == null; // Visibility is updated in the LoadComponentAsync callback
private BufferedWedgeInfo loadingInfo;
private void updateDisplay()