mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 17:13:06 +08:00
Cleanup
This commit is contained in:
parent
f0a65254ee
commit
92daf9b8f1
@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
Blending = BlendingParameters.Additive;
|
||||
Origin = Anchor.Centre;
|
||||
|
||||
InternalChild = scaleContainer = new ReverseArrowPiece(repeatPoint);
|
||||
InternalChild = scaleContainer = new ReverseArrowPiece();
|
||||
}
|
||||
|
||||
private readonly IBindable<float> scaleBindable = new Bindable<float>();
|
||||
|
@ -1,7 +1,6 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System;
|
||||
using osu.Framework.Audio.Track;
|
||||
using osu.Framework.Graphics;
|
||||
using osuTK;
|
||||
@ -14,12 +13,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
{
|
||||
public class ReverseArrowPiece : BeatSyncedContainer
|
||||
{
|
||||
private readonly RepeatPoint repeatPoint;
|
||||
|
||||
public ReverseArrowPiece(RepeatPoint repeatPoint)
|
||||
public ReverseArrowPiece()
|
||||
{
|
||||
this.repeatPoint = repeatPoint;
|
||||
|
||||
Divisor = 2;
|
||||
MinimumBeatLength = 200;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user