Fix some cases where interface specifications can be used but weren't

This commit is contained in:
Dean Herbert
2021-10-07 17:01:37 +09:00
parent a16ffd2976
commit 6b35ccae95
3 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ namespace osu.Game.Beatmaps
}
}
protected virtual BeatmapModelDownloader CreateBeatmapModelDownloader(BeatmapModelManager modelManager, IAPIProvider api, GameHost host)
protected virtual BeatmapModelDownloader CreateBeatmapModelDownloader(IBeatmapModelManager modelManager, IAPIProvider api, GameHost host)
{
return new BeatmapModelDownloader(modelManager, api, host);
}