1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 09:22:54 +08:00

Remove incorrect DefaultSkin usage

This commit is contained in:
Dean Herbert 2021-05-27 14:50:56 +09:00
parent 70a844ac10
commit b13b732e02

View File

@ -324,7 +324,7 @@ namespace osu.Game.Beatmaps
public bool SkinLoaded => skin.IsResultAvailable;
public ISkin Skin => skin.Value;
protected virtual ISkin GetSkin() => new DefaultSkin(null);
protected virtual ISkin GetSkin() => null;
private readonly RecyclableLazy<ISkin> skin;
public abstract Stream GetStream(string storagePath);