Audio class renames in line with framework changes.

This commit is contained in:
Dean Herbert
2017-02-18 17:35:04 +09:00
parent 7a29603800
commit 32ce8cf723
15 changed files with 22 additions and 22 deletions

View File

@ -53,7 +53,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
};
}
private AudioSample sample;
private SampleChannel sample;
[BackgroundDependencyLoader]
private void load(AudioManager audio)