1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Fix argon miss judgement on mania placed on a different position

This commit is contained in:
Salman Ahmed 2023-12-29 20:43:00 +03:00
parent 0fa4cd5dfe
commit 8df9a1ee1f

View File

@ -76,7 +76,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
this.ScaleTo(1.6f);
this.ScaleTo(1, 100, Easing.In);
this.MoveTo(Vector2.Zero);
this.MoveToOffset(new Vector2(0, 100), 800, Easing.InQuint);
this.RotateTo(0);