1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:01:22 +08:00

Merge pull request #13338 from Craftplacer/fix-osutestscene-content

Add `DummyAPIAccess` to `OsuTestScene` one parent up
This commit is contained in:
Dean Herbert
2021-06-05 15:32:55 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -123,7 +123,7 @@ namespace osu.Game.Tests.Visual
{
dummyAPI = new DummyAPIAccess();
Dependencies.CacheAs<IAPIProvider>(dummyAPI);
Add(dummyAPI);
base.Content.Add(dummyAPI);
}
return Dependencies;