mirror of
https://github.com/osukey/osukey.git
synced 2025-06-10 13:58:01 +09: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 bool SkinLoaded => skin.IsResultAvailable;
|
||||||
public ISkin Skin => skin.Value;
|
public ISkin Skin => skin.Value;
|
||||||
|
|
||||||
protected virtual ISkin GetSkin() => new DefaultSkin(null);
|
protected virtual ISkin GetSkin() => null;
|
||||||
private readonly RecyclableLazy<ISkin> skin;
|
private readonly RecyclableLazy<ISkin> skin;
|
||||||
|
|
||||||
public abstract Stream GetStream(string storagePath);
|
public abstract Stream GetStream(string storagePath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user