1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 08:07:24 +08:00
This commit is contained in:
smoogipooo 2017-05-02 17:09:16 +09:00
parent 40d2fee1dc
commit 9ca8295149
2 changed files with 1 additions and 3 deletions

View File

@ -57,7 +57,7 @@ namespace osu.Game.Screens.Tournament
TextureStore flagStore = new TextureStore();
// Local flag store
flagStore.AddStore(new RawTextureLoaderStore(new NamespacedResourceStore<byte[]>(new StorageBackedResourceStore(storage), "Drawings")));
/// Default texture store
// Default texture store
flagStore.AddStore(textures);
dependencies.Cache(flagStore);

View File

@ -1,8 +1,6 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Users;
namespace osu.Game.Screens.Tournament.Teams
{
public class Team