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

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