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

@ -21,13 +21,10 @@ namespace osu.Game.Tests.Visual.Editor
{
private WorkingBeatmap waveformBeatmap;
private OsuGameBase game;
[BackgroundDependencyLoader]
private void load(AudioManager audio, OsuGameBase game)
private void load(AudioManager audio)
{
waveformBeatmap = new WaveformTestBeatmap(audio);
this.game = game;
}
[TestCase(1f)]