Remove necessity of AutoGenerated flag

This commit is contained in:
Dean Herbert
2019-10-25 17:00:23 +09:00
parent 94ffe03e6e
commit da6769f0fc
7 changed files with 56 additions and 33 deletions

View File

@ -105,9 +105,6 @@ namespace osu.Game.Screens.Edit.Timing
private Drawable createAttribute(ControlPoint controlPoint)
{
if (controlPoint.AutoGenerated)
return null;
switch (controlPoint)
{
case TimingControlPoint timing: