mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 19:53:08 +08:00
Enable masking in bar line content container
This commit is contained in:
parent
5c285979d7
commit
a88b56a4dc
@ -121,8 +121,9 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
new Container
|
||||
{
|
||||
Name = "Bar line content",
|
||||
Masking = true,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding { Left = hit_target_width / 2 + hit_target_offset }, // To avoid barline appearing before the beginning of playfield when trimmed
|
||||
Padding = new MarginPadding { Left = hit_target_width / 2 + hit_target_offset },
|
||||
Children = new Drawable[]
|
||||
{
|
||||
UnderlayElements = new Container
|
||||
|
Loading…
Reference in New Issue
Block a user