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:
parent
e6d5389608
commit
f83d43c38b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user