mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix all buttons gamewide not animating properly on click
Not sure how or when this happened.
This commit is contained in:
@ -108,7 +108,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
if (Enabled.Value)
|
||||
{
|
||||
Debug.Assert(backgroundColour != null);
|
||||
Background.FlashColour(backgroundColour.Value, 200);
|
||||
Background.FlashColour(backgroundColour.Value.Lighten(0.4f), 200);
|
||||
}
|
||||
|
||||
return base.OnClick(e);
|
||||
|
Reference in New Issue
Block a user