mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 06:07:26 +09: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()
|
public UpdateableBeatmapBackgroundSprite()
|
||||||
{
|
{
|
||||||
Beatmap.BindValueChanged(b => Schedule(() => Model = b));
|
Beatmap.BindValueChanged(b => Model = b);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override Drawable CreateDrawable(BeatmapInfo model)
|
protected override Drawable CreateDrawable(BeatmapInfo model)
|
||||||
|
@ -140,7 +140,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
|||||||
|
|
||||||
private class HeaderBeatmapBackgroundSprite : UpdateableBeatmapBackgroundSprite
|
private class HeaderBeatmapBackgroundSprite : UpdateableBeatmapBackgroundSprite
|
||||||
{
|
{
|
||||||
protected override double FadeDuration => 0;
|
protected override double FadeDuration => 200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user