Skip to content

Commit

Permalink
Add missing injection.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Dec 24, 2022
1 parent 907f7a5 commit 775ca74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using osu.Game.Overlays;
using osu.Game.Rulesets.Karaoke.Beatmaps;
using osu.Game.Rulesets.Karaoke.Beatmaps.Metadatas;
using osu.Game.Rulesets.Karaoke.Configuration;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Pages;

Expand Down Expand Up @@ -58,6 +59,7 @@ private void load()

Dependencies.CacheAs<IDialogOverlay>(dialogOverlay);
Dependencies.CacheAs<ILyricsProvider>(lyricsProvider);
Dependencies.Cache(new KaraokeRulesetEditGeneratorConfigManager());
}
}
}

0 comments on commit 775ca74

Please sign in to comment.