1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

Remove useless ClearTransforms

The transforms are cleared by DHO before `ApplyCustomUpdateState` is invoked.
This commit is contained in:
ekrctb 2021-06-09 16:50:13 +09:00
parent 610cdaea98
commit 5418e895ae

View File

@ -148,8 +148,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
{
const double legacy_fade_duration = 240;
ClearTransforms(true);
using (BeginAbsoluteSequence(drawableObject.HitStateUpdateTime))
{
switch (state)