1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 21:23:04 +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
commit dbee95e859

View File

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