Fix download button check icon not scaling on mouse down

This commit is contained in:
Joseph Madamba 2021-04-18 18:35:44 -07:00
parent 0988af5449
commit 89940e7bb9

View File

@ -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,