mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add delay for loading multiplayer beatmap covers
This commit is contained in:
parent
7c0e823b95
commit
dd2bd5c19d
@ -16,6 +16,8 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
{
|
||||
public readonly Bindable<BeatmapInfo> Beatmap = new Bindable<BeatmapInfo>();
|
||||
|
||||
protected override double LoadDelay => 500;
|
||||
|
||||
[Resolved]
|
||||
private BeatmapManager beatmaps { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user