Move slider ball colouring to DefaultLegacySkin for now

This commit is contained in:
Dean Herbert
2019-09-03 18:05:16 +09:00
parent bebc3309ce
commit 097012dc95
2 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,6 @@ namespace osu.Game.Skinning
public LegacySkin(SkinInfo skin, IResourceStore<byte[]> storage, AudioManager audioManager)
: this(skin, new LegacySkinResourceStore<SkinFileInfo>(skin, storage), audioManager, "skin.ini")
{
// defaults should only be applied for non-beatmap skins (which are parsed via this constructor).
if (!Configuration.CustomColours.ContainsKey("SliderBall")) Configuration.CustomColours["SliderBall"] = new Color4(2, 170, 255, 255);
}
protected LegacySkin(SkinInfo skin, IResourceStore<byte[]> storage, AudioManager audioManager, string filename)