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

@ -7,7 +7,6 @@ using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Bindables;
using osu.Framework.IO.Stores;
using osu.Framework.Testing;
using osu.Game.Beatmaps;
using osu.Game.Skinning;
@ -141,7 +140,7 @@ namespace osu.Game.Tests.Beatmaps
public static readonly Color4 HYPER_DASH_FRUIT_COLOUR = Color4.LightCyan;
public TestSkin(bool hasCustomColours)
: base(new SkinInfo(), null, new ResourceStore<byte[]>(), string.Empty)
: base(new SkinInfo(), null, null)
{
if (hasCustomColours)
{