mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 12:42:54 +08:00
Revert easing for now
This commit is contained in:
parent
007582afb9
commit
c9ea87e6be
@ -258,7 +258,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
float currentAngle = swing.Rotation;
|
||||
float targetAngle = currentAngle > 0 ? -angle : angle;
|
||||
|
||||
swing.RotateTo(targetAngle, beatLength, Easing.InOutSine);
|
||||
swing.RotateTo(targetAngle, beatLength, Easing.InOutQuad);
|
||||
|
||||
if (currentAngle != 0 && Math.Abs(currentAngle - targetAngle) > angle * 1.8f && isSwinging)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user