mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 08:12:56 +08: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()
|
protected override void PopIn()
|
||||||
{
|
{
|
||||||
this
|
this.FadeIn(TRANSITION_DURATION, Easing.OutQuint);
|
||||||
// align animation to happen after the majority of the ScalingContainer animation completes.
|
|
||||||
.FadeIn(TRANSITION_DURATION, Easing.OutQuint);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void PopOut()
|
protected override void PopOut()
|
||||||
|
Loading…
Reference in New Issue
Block a user