mirror of
https://github.com/ppy/osu
synced 2025-02-19 03:47:01 +00:00
Remove redundant ClearTransforms
This commit is contained in:
parent
981ef735cf
commit
caf641e1ab
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user