Make panels fade in again.

This commit is contained in:
Dean Herbert 2017-02-22 21:53:20 +09:00
parent 7cda82d016
commit c83d2bbe6e
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -38,6 +38,8 @@ namespace osu.Game.Beatmaps.Drawables
CornerRadius = 10,
BorderColour = new Color4(221, 255, 255, 255),
});
Alpha = 0;
}
public void SetMultiplicativeAlpha(float alpha)