1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Use LargeTextureStore for online retrievals

This commit is contained in:
Dean Herbert 2018-12-27 22:13:51 +09:00
parent 2d1736e477
commit cf079690e5

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;