Fix test failures

This commit is contained in:
Bartłomiej Dach 2024-06-18 10:41:26 +02:00
parent 2421751419
commit 5fe21f16b9
No known key found for this signature in database

View File

@ -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)