Merge branch 'master' into beatmap-track-rework

This commit is contained in:
Dean Herbert
2020-08-16 22:35:32 +09:00
13 changed files with 93 additions and 59 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Graphics.Backgrounds
}
[BackgroundDependencyLoader]
private void load(TextureStore textures)
private void load(LargeTextureStore textures)
{
Sprite.Texture = Beatmap?.Background ?? textures.Get(fallbackTextureName);
}