mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Don't use new
This commit is contained in:
parent
eed358a2c1
commit
7b4348254c
@ -44,7 +44,7 @@ namespace osu.Game.Screens.Edit.Menus
|
||||
|
||||
protected override TabItem<EditorScreenMode> CreateTabItem(EditorScreenMode value) => new TabItem(value);
|
||||
|
||||
private new class TabItem : OsuTabItem
|
||||
private class TabItem : OsuTabItem
|
||||
{
|
||||
private const float transition_length = 250;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user