Make "skin.ini" the default skin filename and remove redundant parameters

This commit is contained in:
Dean Herbert
2022-03-23 15:05:01 +09:00
parent 7a1909bf97
commit 078288a616
7 changed files with 8 additions and 10 deletions

View File

@ -30,7 +30,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{
public TestLegacySkin(SkinInfo skin, IResourceStore<byte[]> storage)
// Bypass LegacySkinResourceStore to avoid returning null for retrieving files due to bad skin info (SkinInfo.Files = null).
: base(skin, null, storage, "skin.ini")
: base(skin, null, storage)
{
}
}