mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 05:19:11 +09: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);
|
chatContainer.ResizeHeightTo(1f - channel_selection_min_height, 800, Easing.OutQuint);
|
||||||
channelSelectionContainer.ResizeHeightTo(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;
|
chatHeight.Value = 1f - channel_selection_min_height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user