Merge branch 'i-beat-snapping' into timeline-maybe

This commit is contained in:
Dean Herbert
2020-01-23 15:37:54 +09:00
99 changed files with 467 additions and 322 deletions

View File

@ -87,7 +87,9 @@ namespace osu.Game.Screens.Edit.Compose.Components
return false;
}
public bool OnReleased(PlatformAction action) => action.ActionMethod == PlatformActionMethod.Delete;
public void OnReleased(PlatformAction action)
{
}
#endregion