1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 00:20:41 +08:00

Merge pull request #12481 from Joehuu/fix-download-button-check-scaling

Fix download button check icon not scaling on mouse down
This commit is contained in:
Dean Herbert
2021-04-19 11:49:39 +09:00
committed by GitHub
Unverified
@@ -27,7 +27,7 @@ namespace osu.Game.Graphics.UserInterface
[BackgroundDependencyLoader]
private void load()
{
AddInternal(checkmark = new SpriteIcon
Add(checkmark = new SpriteIcon
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,