1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 00:37:19 +08:00

Fix IconButton sometimes not recolourising

This commit is contained in:
smoogipoo 2020-09-02 22:02:50 +09:00
parent 02a908752f
commit 6862571672

View File

@ -24,7 +24,7 @@ namespace osu.Game.Graphics.UserInterface
set set
{ {
iconColour = value; iconColour = value;
icon.Colour = value; icon.FadeColour(value);
} }
} }