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:
commit
b46fc14e56
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user