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
commit f74904f0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,