Change field order

This commit is contained in:
marvin
2025-05-23 18:36:34 +02:00
parent 32414949f8
commit 5995774b97

View File

@@ -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)
{