mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
parent
70ea3e5025
commit
06a62edeb6
@ -18,13 +18,16 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
public double FadeInTime;
|
||||
public double FadeOutTime;
|
||||
|
||||
public override bool RemoveWhenNotAlive => false;
|
||||
|
||||
public DrawableRepeatPoint(RepeatPoint repeatPoint, DrawableSlider drawableSlider) : base(repeatPoint)
|
||||
public DrawableRepeatPoint(RepeatPoint repeatPoint, DrawableSlider drawableSlider)
|
||||
: base(repeatPoint)
|
||||
{
|
||||
this.repeatPoint = repeatPoint;
|
||||
this.drawableSlider = drawableSlider;
|
||||
|
||||
// The containing DrawableSlider is updated before us and clears our transforms, so we need to be
|
||||
// present to get updated and have UpdateState correctly called when rewinding.
|
||||
AlwaysPresent = true;
|
||||
|
||||
AutoSizeAxes = Axes.Both;
|
||||
Blending = BlendingMode.Additive;
|
||||
Origin = Anchor.Centre;
|
||||
|
Loading…
Reference in New Issue
Block a user