1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 21:13:21 +08:00

Merge pull request #21551 from peppy/fix-latency-certifier-butons

Remove triangle effect from latency certifier buttons
This commit is contained in:
Dean Herbert 2022-12-07 15:55:39 +09:00 committed by GitHub
commit d8d25c704f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,8 @@ namespace osu.Game.Screens.Utility
Height = 100;
SpriteText.Colour = overlayColourProvider.Background6;
SpriteText.Font = OsuFont.TorusAlternate.With(size: 34);
Triangles?.Hide();
}
}
}