1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Remove explicit alpha = 1.

This commit is contained in:
smoogipooo 2017-03-24 16:15:14 +09:00
parent 6753a22512
commit 47065d8031

View File

@ -27,8 +27,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable.Pieces
{
new Box
{
RelativeSizeAxes = Axes.Both,
Alpha = 1
RelativeSizeAxes = Axes.Both
}
}
};