Merge branch 'master' into slider-controlpoint-deletion

This commit is contained in:
Dean Herbert
2019-11-03 19:05:17 +09:00
committed by GitHub
32 changed files with 643 additions and 121 deletions

View File

@ -70,7 +70,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
private void selectPiece(int index)
{
if (inputManager.CurrentState.Keyboard.ControlPressed)
Pieces[index].IsSelected.Value = true;
Pieces[index].IsSelected.Toggle();
else
{
foreach (var piece in Pieces)