Remove outdated comment

This commit is contained in:
Bartłomiej Dach 2023-02-02 18:41:35 +01:00
parent 779c58f9c1
commit f7fa9e3927
No known key found for this signature in database

View File

@ -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()