Remove redundant arguments

This commit is contained in:
PercyDan54
2021-07-05 23:52:39 +08:00
parent c7f03dd9f7
commit e1c646b9b2
50 changed files with 97 additions and 102 deletions

View File

@ -227,7 +227,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
{
base.UpdateStartTimeStateTransforms();
using (BeginDelayedSequence(-ring_appear_offset, true))
using (BeginDelayedSequence(-ring_appear_offset))
targetRing.ScaleTo(target_ring_scale, 400, Easing.OutQuint);
}