mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 00:03:21 +08:00
Fix barline appearing before the beginning of playfield
This commit is contained in:
parent
79cfcc87f3
commit
98f8fa22a7
@ -122,7 +122,9 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
{
|
||||
Name = "Bar line content",
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding { Left = hit_target_width / 2 + hit_target_offset },
|
||||
Padding = new MarginPadding {
|
||||
Left = hit_target_width / 2 + hit_target_offset,
|
||||
Right = hit_target_width / 2}, // To avoid barline appearing before the beginning of playfield when trimmed
|
||||
Children = new Drawable[]
|
||||
{
|
||||
UnderlayElements = new Container
|
||||
|
Loading…
Reference in New Issue
Block a user