From f7fa9e3927c7ad65bc631aa7242febb04ffbc823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Thu, 2 Feb 2023 18:41:35 +0100 Subject: [PATCH] Remove outdated comment --- osu.Game/Overlays/SkinEditor/SkinEditor.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/osu.Game/Overlays/SkinEditor/SkinEditor.cs b/osu.Game/Overlays/SkinEditor/SkinEditor.cs index 479a559643..275cbd18d7 100644 --- a/osu.Game/Overlays/SkinEditor/SkinEditor.cs +++ b/osu.Game/Overlays/SkinEditor/SkinEditor.cs @@ -359,9 +359,7 @@ namespace osu.Game.Overlays.SkinEditor protected override void PopIn() { - this - // align animation to happen after the majority of the ScalingContainer animation completes. - .FadeIn(TRANSITION_DURATION, Easing.OutQuint); + this.FadeIn(TRANSITION_DURATION, Easing.OutQuint); } protected override void PopOut()