Merge branch 'master' into fix-spinner-ignoring-actions

This commit is contained in:
Dan Balasescu
2017-08-17 12:33:18 +09:00
committed by GitHub
55 changed files with 985 additions and 348 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
return;
accentColour = value;
if (LoadState == LoadState.Loaded)
if (LoadState == LoadState.Ready)
Schedule(reloadTexture);
}
}