1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

remove unused dependency

This commit is contained in:
unknown 2019-12-15 17:46:44 +08:00
parent 6da168118e
commit 154bc57c6e

View File

@ -57,7 +57,7 @@ namespace osu.Game.Rulesets.Mods
private SkinnableSound finishSample;
[BackgroundDependencyLoader]
private void load(AudioManager audio)
private void load()
{
InternalChildren = new Drawable[]
{