mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Don't use new
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user