mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 08:22:56 +08:00
Merge pull request #3938 from peppy/user-large-texture-store
Use LargeTextureStore for online retrievals
This commit is contained in:
commit
3a3f4c8e5b
@ -23,7 +23,7 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(TextureStore textures)
|
private void load(LargeTextureStore textures)
|
||||||
{
|
{
|
||||||
string resource = null;
|
string resource = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user