1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 08:02:54 +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>
private void makeDeleted()
{
deletedLabel.Alpha = 1f;
deletedLabel.Show();
content.FadeColour(OsuColour.Gray(0.5f));
votePill.Hide();
actionsContainer.Expire();