mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Fix tab background not fading
This commit is contained in:
parent
ecb0c2f68f
commit
24b3ec7787
@ -249,7 +249,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
chatContainer.Height = (float)h;
|
||||
channelSelection.Height = 1f - (float)h;
|
||||
tabBackground.FadeTo(Height == 1 ? 1 : 0.8f, 200);
|
||||
tabBackground.FadeTo(h == 1 ? 1 : 0.8f, 200);
|
||||
};
|
||||
chatHeight.TriggerChange();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user