Merge branch 'master' into fix-spectator-seeks

This commit is contained in:
Dean Herbert
2022-04-06 12:58:43 +09:00
committed by GitHub
184 changed files with 4811 additions and 1602 deletions

View File

@ -148,7 +148,7 @@ namespace osu.Game.Tests.Gameplay
private class TestSkin : LegacySkin
{
public TestSkin(string resourceName, IStorageResourceProvider resources)
: base(DefaultLegacySkin.CreateInfo(), new TestResourceStore(resourceName), resources, "skin.ini")
: base(DefaultLegacySkin.CreateInfo(), resources, new TestResourceStore(resourceName))
{
}
}