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:
@ -16,7 +16,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public class OsuSliderBar<U> : SliderBar<U> where U : struct
|
||||
{
|
||||
private AudioSample sample;
|
||||
private SampleChannel sample;
|
||||
private double lastSampleTime;
|
||||
|
||||
private Nub nub;
|
||||
|
Reference in New Issue
Block a user