Merge branch 'master' into more-inspections

This commit is contained in:
Dean Herbert
2019-02-28 14:32:57 +09:00
committed by GitHub
130 changed files with 290 additions and 317 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
/// </summary>
public float Length
{
get { return length; }
get => length;
set
{
length = MathHelper.Clamp(value, 0, 1);
@ -50,7 +50,7 @@ namespace osu.Game.Graphics.UserInterface
public BarDirection Direction
{
get { return direction; }
get => direction;
set
{
direction = value;