Remove outdated comment

This commit is contained in:
Dean Herbert 2020-10-13 19:12:33 +09:00
parent 8eca28e8bc
commit 37daefc2b5

View File

@ -99,8 +99,6 @@ namespace osu.Game.Screens.Select.Carousel
protected override void Update()
{
base.Update();
// avoid using fill flow for performance reasons. header size doesn't change after load.
Content.Y = Header.Height;
}