mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00:00
Remove outdated comment
This commit is contained in:
parent
779c58f9c1
commit
f7fa9e3927
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user