mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 21:07:59 +09:00
Remove useless ClearTransforms
The transforms are cleared by DHO before `ApplyCustomUpdateState` is invoked.
This commit is contained in:
parent
610cdaea98
commit
5418e895ae
@ -148,8 +148,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
|||||||
{
|
{
|
||||||
const double legacy_fade_duration = 240;
|
const double legacy_fade_duration = 240;
|
||||||
|
|
||||||
ClearTransforms(true);
|
|
||||||
|
|
||||||
using (BeginAbsoluteSequence(drawableObject.HitStateUpdateTime))
|
using (BeginAbsoluteSequence(drawableObject.HitStateUpdateTime))
|
||||||
{
|
{
|
||||||
switch (state)
|
switch (state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user