mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Change field order
This commit is contained in:
@@ -11,11 +11,11 @@ namespace osu.Framework.Audio.Sample
|
||||
|
||||
public override bool IsLoaded => factory.IsLoaded;
|
||||
|
||||
public override double Length => factory.Length;
|
||||
|
||||
private readonly SampleBassFactory factory;
|
||||
private readonly BassAudioMixer mixer;
|
||||
|
||||
public override double Length => factory.Length;
|
||||
|
||||
internal SampleBass(SampleBassFactory factory, BassAudioMixer mixer)
|
||||
: base(factory.Name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user