mirror of https://github.com/ppy/osu
Fix missing assignment
This commit is contained in:
parent
0cc21c9c74
commit
a7c59098ce
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue