mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 05:29:59 +08:00
Remove incorrect DefaultSkin usage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user