mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Merge branch 'master' into fix-joystick-bindable-mayhe
This commit is contained in:
commit
6e83aceaf9
@ -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…
x
Reference in New Issue
Block a user