Remove redundant ClearTransforms

This commit is contained in:
Sebastian Krajewski 2022-03-28 23:50:35 +02:00
parent 981ef735cf
commit caf641e1ab

View File

@ -206,9 +206,6 @@ namespace osu.Game.Screens.Play.HUD
counterContainer.Size = displayedCountSpriteText.Size;
// In stable, small pop out always starts from its initial size
displayedCountSpriteText.ClearTransforms();
displayedCountSpriteText.ScaleTo(1).Then()
.ScaleTo(1.1f, small_pop_out_duration / 2, Easing.InQuad).Then()
.ScaleTo(1, small_pop_out_duration / 2, Easing.OutQuad);