Update framework

This commit is contained in:
Dean Herbert
2019-01-07 18:50:27 +09:00
parent 115caa928c
commit f6018294b5
13 changed files with 18 additions and 61 deletions

View File

@ -151,7 +151,7 @@ namespace osu.Game.Beatmaps
public bool WaveformLoaded => waveform.IsResultAvailable;
public Waveform Waveform => waveform.Value;
protected virtual Waveform GetWaveform() => new Waveform();
protected virtual Waveform GetWaveform() => new Waveform(null);
private readonly RecyclableLazy<Waveform> waveform;
public bool StoryboardLoaded => storyboard.IsResultAvailable;