1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 09:20:15 +08:00

Fix missing base dependencies

This commit is contained in:
Dan Balasescu
2025-03-11 17:08:52 +09:00
Unverified
parent 3e71a969e6
commit 148fe5ca16
@@ -26,7 +26,7 @@ namespace osu.Game.Screens.OnlinePlay
{
// Bindables are leased by the OnlinePlayScreen, but pulled locally in order to not rely on screen load timings.
// They will all be initially enabled while there is no screen in this stack.
dependencies = new OsuScreenDependencies(true, parent)
dependencies = new OsuScreenDependencies(true, base.CreateChildDependencies(parent))
{
Beatmap = { Disabled = false },
Ruleset = { Disabled = false },