mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix incorrect corner radius
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user