diff --git a/osu.Game/Screens/SelectV2/PanelBeatmap.cs b/osu.Game/Screens/SelectV2/PanelBeatmap.cs index d91864ed95..2475e32a39 100644 --- a/osu.Game/Screens/SelectV2/PanelBeatmap.cs +++ b/osu.Game/Screens/SelectV2/PanelBeatmap.cs @@ -205,11 +205,7 @@ namespace osu.Game.Screens.SelectV2 updateKeyCount(); }); - mods.BindValueChanged(_ => - { - computeStarRating(); - updateKeyCount(); - }, true); + mods.BindValueChanged(_ => updateKeyCount(), true); } protected override void PrepareForUse()