mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Make EditorScreen a Container
This commit is contained in:
@ -10,8 +10,9 @@ using osu.Framework.MathUtils;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Edit.Screens
|
namespace osu.Game.Screens.Edit.Screens
|
||||||
{
|
{
|
||||||
public class EditorScreen : CompositeDrawable
|
public class EditorScreen : Container
|
||||||
{
|
{
|
||||||
|
protected override Container<Drawable> Content => content;
|
||||||
private readonly Container content;
|
private readonly Container content;
|
||||||
|
|
||||||
public EditorScreen()
|
public EditorScreen()
|
||||||
|
Reference in New Issue
Block a user