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

@ -37,7 +37,7 @@ namespace osu.Game.Screens.Menu
private readonly float extraWidth;
private Key triggerKey;
private string text;
private AudioSample sampleClick;
private SampleChannel sampleClick;
public override bool Contains(Vector2 screenSpacePos)
{