mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Removed redundant call
This commit is contained in:
parent
15dd8d9071
commit
c78695cfe0
@ -181,7 +181,6 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
chatContainer.ResizeHeightTo(1f - channel_selection_min_height, 800, Easing.OutQuint);
|
||||
channelSelectionContainer.ResizeHeightTo(channel_selection_min_height, 800, Easing.OutQuint);
|
||||
channelSelection.Show();
|
||||
chatHeight.Value = 1f - channel_selection_min_height;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user