1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 22:22:55 +08:00
This commit is contained in:
smoogipoo 2019-04-09 12:58:10 +09:00
parent 93b6cc00df
commit ca9f172a96

View File

@ -65,7 +65,7 @@ namespace osu.Game.Screens
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent) protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
{ {
OsuScreenDependencies screenDependencies = new OsuScreenDependencies(DisallowExternalBeatmapRulesetChanges, parent); var screenDependencies = new OsuScreenDependencies(DisallowExternalBeatmapRulesetChanges, parent);
Beatmap = screenDependencies.Beatmap; Beatmap = screenDependencies.Beatmap;
Ruleset = screenDependencies.Ruleset; Ruleset = screenDependencies.Ruleset;