mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +08:00
Remove incorrect DefaultSkin
usage
This commit is contained in:
parent
70a844ac10
commit
b13b732e02
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user