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

@ -28,7 +28,7 @@ namespace osu.Game.Graphics.UserInterface
public static readonly Vector2 SIZE_EXTENDED = new Vector2(140, 50);
public static readonly Vector2 SIZE_RETRACTED = new Vector2(100, 50);
public AudioSample ActivationSound;
public SampleChannel ActivationSound;
private SpriteText text;
public Color4 HoverColour;