mirror of https://github.com/ppy/osu
remove unused dependency
This commit is contained in:
parent
6da168118e
commit
154bc57c6e
|
@ -57,7 +57,7 @@ public class NightcoreBeatContainer : BeatSyncedContainer
|
|||
private SkinnableSound finishSample;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio)
|
||||
private void load()
|
||||
{
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue