mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Audio class renames in line with framework changes.
This commit is contained in:
@ -71,8 +71,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
private Nub nub;
|
||||
private SpriteText labelSpriteText;
|
||||
private AudioSample sampleChecked;
|
||||
private AudioSample sampleUnchecked;
|
||||
private SampleChannel sampleChecked;
|
||||
private SampleChannel sampleUnchecked;
|
||||
|
||||
public OsuCheckbox()
|
||||
{
|
||||
|
Reference in New Issue
Block a user