mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove necessity of AutoGenerated flag
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user