mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 09:47:24 +08:00
Remove fade transitions
This commit is contained in:
parent
757416e647
commit
1d559b2cad
@ -129,15 +129,8 @@ namespace osu.Game.Rulesets.Edit
|
||||
}
|
||||
}
|
||||
|
||||
protected override void PopIn()
|
||||
{
|
||||
this.FadeIn(200, Easing.OutQuint);
|
||||
}
|
||||
|
||||
protected override void PopOut()
|
||||
{
|
||||
this.FadeOut(200, Easing.OutQuint);
|
||||
}
|
||||
protected override void PopIn() => this.FadeIn();
|
||||
protected override void PopOut() => this.FadeOut();
|
||||
|
||||
public enum PlacementState
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user