Fix CI issues

This commit is contained in:
Dean Herbert
2019-05-12 22:53:12 +09:00
parent 41e13aef23
commit 487a56549e
2 changed files with 6 additions and 5 deletions

View File

@ -70,7 +70,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
public float BorderSize
{
get => path.BorderSize;
set {
set
{
if (path.BorderSize == value)
return;
@ -154,7 +155,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
public float BorderSize
{
get => borderSize;
set {
set
{
if (borderSize == value)
return;