1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 04:22:55 +08:00

Get rid of weird method

This commit is contained in:
Bartłomiej Dach 2024-08-07 14:07:20 +02:00
parent e6d5389608
commit f83d43c38b
No known key found for this signature in database

View File

@ -177,14 +177,6 @@ namespace osu.Game.Overlays.Mods
}
}
public void UpdateHoverExpansion(ModCustomisationPanelState state)
{
if (state > ModCustomisationPanelState.Collapsed && state <= ExpandedState.Value)
return;
ExpandedState.Value = state;
}
private void updateMods()
{
ExpandedState.Value = ModCustomisationPanelState.Collapsed;