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

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
commit 3a3f4c8e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;