1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +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
commit b46fc14e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ namespace osu.Game.Screens.Play
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
FillMode = FillMode.Fill, FillMode = FillMode.Fill,
}, },
loading = new LoadingLayer(true) loading = new LoadingLayer(dimBackground: true, blockInput: false)
} }
}, },
versionFlow = new FillFlowContainer versionFlow = new FillFlowContainer