Remove masking from Triangles to simplify OsuLogo masking hierarchy.

This commit is contained in:
Dean Herbert
2016-12-01 21:12:37 +09:00
parent 4b74ea7586
commit 511dab32ef
3 changed files with 12 additions and 24 deletions

View File

@ -19,7 +19,6 @@ namespace osu.Game.Graphics.Backgrounds
public Triangles()
{
Masking = true;
Alpha = 0.3f;
}