mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Provide game-wide resources via IStorageResourceProvider
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Tests.Visual.Collections
|
||||
private void load(GameHost host)
|
||||
{
|
||||
Dependencies.Cache(rulesets = new RulesetStore(ContextFactory));
|
||||
Dependencies.Cache(beatmapManager = new BeatmapManager(LocalStorage, ContextFactory, rulesets, null, Audio, host, Beatmap.Default));
|
||||
Dependencies.Cache(beatmapManager = new BeatmapManager(LocalStorage, ContextFactory, rulesets, null, Audio, Resources, host, Beatmap.Default));
|
||||
|
||||
beatmapManager.Import(TestResources.GetQuickTestBeatmapForImport()).Wait();
|
||||
|
||||
|
Reference in New Issue
Block a user