Merge pull request #3938 from peppy/user-large-texture-store

Use LargeTextureStore for online retrievals
This commit is contained in:
Dean Herbert
2018-12-27 22:18:07 +09:00
committed by GitHub

View File

@ -23,7 +23,7 @@ namespace osu.Game.Beatmaps.Drawables
}
[BackgroundDependencyLoader]
private void load(TextureStore textures)
private void load(LargeTextureStore textures)
{
string resource = null;