Fix incorrect corner radius

This commit is contained in:
Dean Herbert 2018-07-13 14:56:44 +09:00
parent 09be9c2ed2
commit 0676919496

View File

@ -29,10 +29,9 @@ namespace osu.Game.Overlays.Direct
Children = new Drawable[]
{
downloader = new BeatmapSetDownloader(set, noVideo),
new Container
new CircularContainer
{
RelativeSizeAxes = Axes.Both,
CornerRadius = 17,
Masking = true,
Child = background = new Box
{