mirror of
https://github.com/ppy/osu
synced 2025-02-21 13:07:18 +00:00
Fix test failures
This commit is contained in:
parent
2421751419
commit
5fe21f16b9
@ -301,6 +301,9 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
case Key.Number4:
|
||||
case Key.Number5:
|
||||
{
|
||||
if (!e.AltPressed)
|
||||
return false;
|
||||
|
||||
var type = path_types[e.Key - Key.Number1];
|
||||
|
||||
if (Pieces[0].IsSelected.Value && type == null)
|
||||
|
Loading…
Reference in New Issue
Block a user