mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Remove unnecessary fade in SeasonalBackground
This commit is contained in:
parent
2b934e0bea
commit
4bbff99f31
@ -111,8 +111,6 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
private void load(LargeTextureStore textures)
|
||||
{
|
||||
Sprite.Texture = textures.Get(url) ?? textures.Get(fallback_texture_name);
|
||||
// ensure we're not loading in without a transition.
|
||||
this.FadeInFromZero(200, Easing.InOutSine);
|
||||
}
|
||||
|
||||
public override bool Equals(Background other)
|
||||
|
Loading…
Reference in New Issue
Block a user