1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix merge issue

This commit is contained in:
Dean Herbert 2020-06-12 11:30:15 +09:00
parent 5ef3a3f188
commit 5041c74c7a

View File

@ -37,7 +37,7 @@ namespace osu.Game.Tournament
}
[BackgroundDependencyLoader]
private void load(Storage storage)
private void load()
{
Resources.AddStore(new DllResourceStore(typeof(TournamentGameBase).Assembly));