1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 21:40:34 +08:00

Fix post-merge errors

This commit is contained in:
smoogipoo
2019-03-20 17:15:21 +09:00
Unverified
parent ce57bdb8db
commit 41d25c7d19
@@ -29,7 +29,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
private readonly LoadingAnimation loadingAnimation;
[Resolved]
private APIAccess api { get; set; }
private IAPIProvider api { get; set; }
public ScoresContainer()
{
@@ -71,7 +71,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
}
[BackgroundDependencyLoader]
private void load(APIAccess api, OsuColour colours)
private void load(OsuColour colours)
{
background.Colour = colours.Gray2;
updateDisplay();