Merge branch 'master' into fix-skin-sample-lookup

This commit is contained in:
Dean Herbert
2021-05-30 15:19:47 +09:00
13 changed files with 149 additions and 8 deletions

View File

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