mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:02:59 +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);
|
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;
|
private const float transition_length = 250;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user