Trim whitespace

This commit is contained in:
Dan Balasescu 2017-04-12 15:06:46 +09:00 committed by GitHub
parent f8076ec792
commit 6ab274abc0

View File

@ -38,7 +38,7 @@ namespace osu.Game.Modes.UI
protected Playfield(float? customWidth = null)
{
AlwaysReceiveInput = true;
// Default height since we force relative size axes
Size = Vector2.One;