Skip to content

Commit

Permalink
Fix InspectCode issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vunyunt committed Feb 18, 2024
1 parent 67e86a8 commit e2bd8da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 122,11 @@ private void load(OsuColour colours)
{
Name = "Bar line content",
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding {

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
Right = hit_target_width / 2
}, // To avoid barline appearing before the beginning of playfield when trimmed
Children = new Drawable[]
{
UnderlayElements = new Container
Expand Down

0 comments on commit e2bd8da

Please sign in to comment.