mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 09:07:18 +08:00
Remove explicit alpha = 1.
This commit is contained in:
parent
6753a22512
commit
47065d8031
@ -27,8 +27,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable.Pieces
|
||||
{
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 1
|
||||
RelativeSizeAxes = Axes.Both
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user