mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Return default combo colours if none provided
This commit is contained in:
@ -9,6 +9,9 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
public class LegacyBeatmapSkin : LegacySkin
|
||||
{
|
||||
// Null should be returned in the case of no colours provided to fallback into current skin's colours.
|
||||
protected override bool AllowDefaultColoursFallback => false;
|
||||
|
||||
public LegacyBeatmapSkin(BeatmapInfo beatmap, IResourceStore<byte[]> storage, AudioManager audioManager)
|
||||
: base(createSkinInfo(beatmap), new LegacySkinResourceStore<BeatmapSetFileInfo>(beatmap.BeatmapSet, storage), audioManager, beatmap.Path)
|
||||
{
|
||||
|
Reference in New Issue
Block a user