mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:23:00 +08:00
Fade and no schedule
This commit is contained in:
parent
171287591c
commit
26834abd33
@ -20,7 +20,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
|
||||
public UpdateableBeatmapBackgroundSprite()
|
||||
{
|
||||
Beatmap.BindValueChanged(b => Schedule(() => Model = b));
|
||||
Beatmap.BindValueChanged(b => Model = b);
|
||||
}
|
||||
|
||||
protected override Drawable CreateDrawable(BeatmapInfo model)
|
||||
|
@ -140,7 +140,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
|
||||
private class HeaderBeatmapBackgroundSprite : UpdateableBeatmapBackgroundSprite
|
||||
{
|
||||
protected override double FadeDuration => 0;
|
||||
protected override double FadeDuration => 200;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user