Fix missing assignment

This commit is contained in:
Dean Herbert 2019-09-13 17:38:04 +09:00
parent 0cc21c9c74
commit a7c59098ce
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class TestSceneUpdateableBeatmapBackgroundSprite : OsuTestScene
[BackgroundDependencyLoader]
private void load(OsuGameBase osu, IAPIProvider api, RulesetStore rulesets)
{
this.api = api;
this.rulesets = rulesets;
testBeatmap = ImportBeatmapTest.LoadOszIntoOsu(osu).Result;