mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Merge pull request #22848 from Rovearix/Fix-Dragging-Preventing-Beatmap-Loading
Prevent LoadingLayer from blocking loading
This commit is contained in:
commit
b46fc14e56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user