mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 04:32:11 +08:00
Make BeatmapInfoWedge present until info is not null
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user