1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 03:31:54 +08:00

Merge pull request #664 from peppy/general-fixes

Fix regression causing menu cursor to stick to screen edges.
This commit is contained in:
Dan Balasescu
2017-04-22 18:11:49 +09:00
committed by GitHub
Unverified
+1
View File
@@ -149,6 +149,7 @@ namespace osu.Game
{
new Container
{
AlwaysReceiveInput = true,
RelativeSizeAxes = Axes.Both,
Depth = float.MinValue,
Children = new Drawable[]