Update missed tests

This commit is contained in:
Dean Herbert
2021-08-26 13:47:10 +09:00
parent 6dcd9427ac
commit e15198f077
2 changed files with 6 additions and 6 deletions

View File

@ -166,7 +166,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Editor
{
AddStep($"move mouse to control point {index}", () =>
{
Vector2 position = slider.Path.ControlPoints[index].Position.Value;
Vector2 position = slider.Path.ControlPoints[index].Position;
InputManager.MoveMouseTo(visualiser.Pieces[0].Parent.ToScreenSpace(position));
});
}