Revert audio changes

This commit is contained in:
Shane Woolcock
2019-01-19 14:18:49 +10:30
parent 63c61d3e27
commit f26a551e95
5 changed files with 8 additions and 12 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Tests.Visual
[BackgroundDependencyLoader]
private void load(AudioManager audioManager)
{
Beatmap.Value = new WaveformTestBeatmap(audioManager.Track);
Beatmap.Value = new WaveformTestBeatmap();
Children = new Drawable[]
{

View File

@ -20,7 +20,7 @@ namespace osu.Game.Tests.Visual
[BackgroundDependencyLoader]
private void load(AudioManager audioManager)
{
Beatmap.Value = new WaveformTestBeatmap(audioManager.Track);
Beatmap.Value = new WaveformTestBeatmap();
FillFlowContainer flow;
Child = flow = new FillFlowContainer