Update all dependencies in line with framework

This commit is contained in:
Dean Herbert
2017-09-13 20:25:40 +09:00
parent deb701e874
commit fb7740a3ab
41 changed files with 215 additions and 107 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Graphics.Cursor
// don't start rotating until we're moved a minimum distance away from the mouse down location,
// else it can have an annoying effect.
startRotation |= Vector2.Distance(state.Mouse.Position, state.Mouse.PositionMouseDown.Value) > 30;
startRotation |= Vector2Extensions.Distance(state.Mouse.Position, state.Mouse.PositionMouseDown.Value) > 30;
if (startRotation)
{