mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 15:40:14 +08:00
Disable masking of Carousel
The default for carousels should be unmasked as their usage generally sees them overflowing outside their main usage area (see `bleed` variables).
This commit is contained in:
@@ -228,6 +228,7 @@ namespace osu.Game.Graphics.Carousel
|
||||
{
|
||||
InternalChild = Scroll = new CarouselScrollContainer
|
||||
{
|
||||
Masking = false,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user