1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 17:03:21 +08:00

Change playfield padding to x-offset to correctly hide notes appearing.

This commit is contained in:
Dean Herbert 2017-04-05 13:56:16 +09:00
parent eed78d4251
commit 28648bf97d
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -85,7 +85,7 @@ namespace osu.Game.Modes.Taiko.UI
{
new Container
{
Padding = new MarginPadding { Left = hit_target_offset },
X = hit_target_offset,
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{