mirror of
https://github.com/osukey/osukey.git
synced 2025-06-29 23:28:00 +09:00
Remove unnecessary overrides
This commit is contained in:
parent
12f14bdaa6
commit
39af9321cf
@ -142,10 +142,6 @@ namespace osu.Game.Screens.Play
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool HandleKeyboardInput => handleInput;
|
|
||||||
public override bool HandleMouseInput => handleInput;
|
|
||||||
private bool handleInput => State == Visibility.Visible;
|
|
||||||
|
|
||||||
protected override void PopIn() => this.FadeIn(transition_duration, Easing.In);
|
protected override void PopIn() => this.FadeIn(transition_duration, Easing.In);
|
||||||
protected override void PopOut() => this.FadeOut(transition_duration, Easing.In);
|
protected override void PopOut() => this.FadeOut(transition_duration, Easing.In);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user