Flip default to the preferred method going forward

This commit is contained in:
Dean Herbert
2019-07-22 15:55:38 +09:00
parent be170b4124
commit c3b81bef4a
6 changed files with 10 additions and 3 deletions

View File

@ -94,6 +94,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
protected override void UpdateState(ArmedState state)
{
// TODO: update to use new state management.
var circlePiece = MainPiece as CirclePiece;
circlePiece?.FlashBox.FinishTransforms();