1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Fix regression causing menu cursor to stick to screen edges.

This commit is contained in:
Dean Herbert 2017-04-21 22:37:55 +09:00
parent c6590417ed
commit 96a5d7032d
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -149,6 +149,7 @@ namespace osu.Game
{
new Container
{
AlwaysReceiveInput = true,
RelativeSizeAxes = Axes.Both,
Depth = float.MinValue,
Children = new Drawable[]