Reverse direction of binding to allow for better abstract class definitions

This commit is contained in:
Dean Herbert
2021-05-12 16:53:49 +09:00
parent 17e3764576
commit d2e0e8ad94
14 changed files with 42 additions and 51 deletions

View File

@ -6,7 +6,7 @@ using osu.Framework.Graphics;
namespace osu.Game.Screens.Edit.Timing
{
public class ControlPointSettings : RoundedContentEditorScreenSettings
public class ControlPointSettings : EditorRoundedScreenSettings
{
protected override IReadOnlyList<Drawable> CreateSections() => new Drawable[]
{