Fix usages of CircularContainer in line with framework changes.

This commit is contained in:
Dean Herbert
2017-03-22 15:27:22 +09:00
parent 7fba0c4bce
commit fbe08436d2
6 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
{
new CircularContainer
{
Masking = true,
Origin = Anchor.Centre,
EdgeEffect = new EdgeEffect
{
Type = EdgeEffectType.Glow,