1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 19:33:22 +08:00

Use Show instead of Alpha=1

This commit is contained in:
Dean Herbert 2022-10-12 15:43:05 +09:00
parent 47fe4eb0bd
commit e43c8e84b0

View File

@ -362,7 +362,7 @@ namespace osu.Game.Overlays.Comments
/// </summary> /// </summary>
private void makeDeleted() private void makeDeleted()
{ {
deletedLabel.Alpha = 1f; deletedLabel.Show();
content.FadeColour(OsuColour.Gray(0.5f)); content.FadeColour(OsuColour.Gray(0.5f));
votePill.Hide(); votePill.Hide();
actionsContainer.Expire(); actionsContainer.Expire();