Fix masking of song bar

This commit is contained in:
Dean Herbert
2018-11-16 18:14:42 +09:00
parent 1ab4713ef6
commit c9e2ee8f56
3 changed files with 32 additions and 15 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Tournament.Components
currentMatch.BindValueChanged(matchChanged);
currentMatch.BindTo(ladder.CurrentMatch);
CornerRadius = 25;
CornerRadius = HEIGHT / 2;
Masking = true;
AddRangeInternal(new Drawable[]