1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 17:33:12 +08:00

Fix test failure

This commit is contained in:
Bartłomiej Dach 2024-06-17 18:14:33 +02:00
parent 7898100698
commit a631d245da
No known key found for this signature in database

View File

@ -273,7 +273,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
}
}
return true;
return false;
}
protected override void Update()