1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 03:53:40 +08:00

Fix incorrect corner radius

This commit is contained in:
Dean Herbert
2018-07-13 14:56:44 +09:00
Unverified
parent 09be9c2ed2
commit 0676919496
+1 -2
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
{