1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 07:49:54 +08:00

Remove incorrect DefaultSkin usage

This commit is contained in:
Dean Herbert
2021-05-27 14:50:56 +09:00
Unverified
parent 70a844ac10
commit b13b732e02
+1 -1
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);