remove blank lines

This commit is contained in:
Unknown
2019-01-11 10:34:56 +01:00
parent 469de26af2
commit 6eff79913b
22 changed files with 0 additions and 22 deletions

View File

@ -101,7 +101,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
break;
}
float aimRotation = MathHelper.RadiansToDegrees((float)Math.Atan2(aimRotationVector.Y - Position.Y, aimRotationVector.X - Position.X));
while (Math.Abs(aimRotation - Rotation) > 180)
aimRotation += aimRotation < Rotation ? 360 : -360;