1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 13:27:23 +08:00

Fix regression in TrianglesPiece.

This commit is contained in:
Dean Herbert 2017-03-01 11:56:14 +09:00
parent e462ec46c3
commit f0e9ed4636
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -14,6 +14,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
public TrianglesPiece()
{
TriangleScale = 1.2f;
HideAlphaDiscrepancies = false;
}
protected override void Update()