1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Removed redundant call

This commit is contained in:
MrTheMake 2017-09-12 18:26:52 +02:00
parent 15dd8d9071
commit c78695cfe0

View File

@ -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;
}
}