mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:13:21 +08:00
Fix regression causing menu cursor to stick to screen edges.
This commit is contained in:
parent
c6590417ed
commit
96a5d7032d
@ -149,6 +149,7 @@ namespace osu.Game
|
||||
{
|
||||
new Container
|
||||
{
|
||||
AlwaysReceiveInput = true,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Depth = float.MinValue,
|
||||
Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user