mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 07:07:45 +08:00
Revert unrelated changes
This commit is contained in:
parent
9fb7cc5900
commit
22a2adb5e6
@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
|
||||
public const float DEFAULT_TICK_SIZE = 16;
|
||||
|
||||
public DrawableSlider DrawableSlider => (DrawableSlider)ParentHitObject;
|
||||
protected DrawableSlider DrawableSlider => (DrawableSlider)ParentHitObject;
|
||||
|
||||
private SkinnableDrawable scaleContainer;
|
||||
|
||||
|
@ -248,8 +248,6 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
|
||||
if (TailCircle != null)
|
||||
TailCircle.Position = EndPosition;
|
||||
|
||||
// Positions of other nested hitobjects are not updated
|
||||
}
|
||||
|
||||
protected void UpdateNestedSamples()
|
||||
|
Loading…
Reference in New Issue
Block a user