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

Merge pull request #22848 from Rovearix/Fix-Dragging-Preventing-Beatmap-Loading

Prevent LoadingLayer from blocking loading
This commit is contained in:
Dean Herbert
2023-03-14 20:42:10 +09:00
committed by GitHub
Unverified
@@ -114,7 +114,7 @@ namespace osu.Game.Screens.Play
Anchor = Anchor.Centre,
FillMode = FillMode.Fill,
},
loading = new LoadingLayer(true)
loading = new LoadingLayer(dimBackground: true, blockInput: false)
}
},
versionFlow = new FillFlowContainer