Update with further framework-side changes

This commit is contained in:
smoogipoo
2019-06-04 11:04:28 +09:00
parent 53a39e9142
commit cea353975f
7 changed files with 10 additions and 28 deletions

View File

@ -45,7 +45,7 @@ namespace osu.Game.Beatmaps
private TextureStore textureStore;
private IAdjustableResourceStore<Track> trackStore;
private ITrackStore trackStore;
protected override bool BackgroundStillValid(Texture b) => false; // bypass lazy logic. we want to return a new background each time for refcounting purposes.