mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:43:22 +08:00
Fix missing assignment
This commit is contained in:
parent
0cc21c9c74
commit
a7c59098ce
@ -32,6 +32,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
[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
Block a user