1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:09:53 +08:00

Make EditorScreen a Container

This commit is contained in:
smoogipoo
2017-10-02 09:34:51 +09:00
Unverified
parent 2a310f02bc
commit 6018b4e5e4
@@ -10,8 +10,9 @@ using osu.Framework.MathUtils;
namespace osu.Game.Screens.Edit.Screens
{
public class EditorScreen : CompositeDrawable
public class EditorScreen : Container
{
protected override Container<Drawable> Content => content;
private readonly Container content;
public EditorScreen()