1
0
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:
vun 2024-02-18 10:11:26 +08:00
parent 79cfcc87f3
commit 98f8fa22a7

View File

@ -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