1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Revert one more missed change

This commit is contained in:
Dean Herbert 2022-07-26 15:54:10 +09:00
parent 8370ca9765
commit 9939866f7d

View File

@ -11,6 +11,7 @@ using System.Text.RegularExpressions;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Database;
using osu.Game.Online;
using osu.Game.Online.API;
using osu.Game.Online.API.Requests;
@ -108,7 +109,7 @@ namespace osu.Game.Beatmaps.Drawables
private class BundledBeatmapModelDownloader : BeatmapModelDownloader
{
public BundledBeatmapModelDownloader(BeatmapManager beatmapImporter, IAPIProvider api)
public BundledBeatmapModelDownloader(IModelImporter<BeatmapSetInfo> beatmapImporter, IAPIProvider api)
: base(beatmapImporter, api)
{
}