1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:43:21 +08:00

Revert unintended change

This commit is contained in:
iiSaLMaN 2019-08-26 15:26:19 +03:00
parent 62edfe7327
commit 24e7146a97

View File

@ -69,11 +69,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
Alpha = 0.2f;
}
protected override void UpdateInitialTransforms()
{
}
protected override void UpdateStateTransforms(ArmedState state)
protected override void UpdateState(ArmedState state)
{
}
}