From caf641e1ab19c9880db45e82e9f8c63b72c32d91 Mon Sep 17 00:00:00 2001 From: Sebastian Krajewski Date: Mon, 28 Mar 2022 23:50:35 +0200 Subject: [PATCH] Remove redundant ClearTransforms --- osu.Game/Screens/Play/HUD/LegacyComboCounter.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/osu.Game/Screens/Play/HUD/LegacyComboCounter.cs b/osu.Game/Screens/Play/HUD/LegacyComboCounter.cs index 58036320d0..1617d49b10 100644 --- a/osu.Game/Screens/Play/HUD/LegacyComboCounter.cs +++ b/osu.Game/Screens/Play/HUD/LegacyComboCounter.cs @@ -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);