mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 04:09:54 +08:00
Revert left-over type change in SkinConfiguration
This commit is contained in:
@@ -47,6 +47,6 @@ namespace osu.Game.Skinning
|
||||
|
||||
public Dictionary<string, Color4> CustomColours { get; set; } = new Dictionary<string, Color4>();
|
||||
|
||||
public readonly SortedDictionary<string, string> ConfigDictionary = new SortedDictionary<string, string>();
|
||||
public readonly Dictionary<string, string> ConfigDictionary = new Dictionary<string, string>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user