mirror of
https://github.com/osukey/osukey.git
synced 2025-07-25 12:20:02 +09:00
Use Show
instead of Alpha=1
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user