mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00:00
Add comment about placement of default loading
This commit is contained in:
parent
33083bcf40
commit
cca64771dd
@ -43,6 +43,7 @@ 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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user