1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 17:52:54 +08:00

Remove selection animation on set panel

This commit is contained in:
Dean Herbert 2025-01-24 22:45:05 +09:00
parent b0136f98a9
commit 82c5f37c2c
No known key found for this signature in database

View File

@ -56,11 +56,6 @@ namespace osu.Game.Screens.SelectV2
}
};
Selected.BindValueChanged(value =>
{
activationFlash.FadeTo(value.NewValue ? 0.2f : 0, 500, Easing.OutQuint);
});
KeyboardSelected.BindValueChanged(value =>
{
if (value.NewValue)