mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add better click-to-dismiss logic for sheared overlays
This commit is contained in:
@ -66,7 +66,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
},
|
||||
Children = new Drawable[]
|
||||
{
|
||||
underlayContainer = new Container
|
||||
underlayContainer = new InputBlockingContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = HEIGHT,
|
||||
|
Reference in New Issue
Block a user