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