mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 15:27:30 +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 const float DEFAULT_TICK_SIZE = 16;
|
||||||
|
|
||||||
public DrawableSlider DrawableSlider => (DrawableSlider)ParentHitObject;
|
protected DrawableSlider DrawableSlider => (DrawableSlider)ParentHitObject;
|
||||||
|
|
||||||
private SkinnableDrawable scaleContainer;
|
private SkinnableDrawable scaleContainer;
|
||||||
|
|
||||||
|
@ -248,8 +248,6 @@ namespace osu.Game.Rulesets.Osu.Objects
|
|||||||
|
|
||||||
if (TailCircle != null)
|
if (TailCircle != null)
|
||||||
TailCircle.Position = EndPosition;
|
TailCircle.Position = EndPosition;
|
||||||
|
|
||||||
// Positions of other nested hitobjects are not updated
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void UpdateNestedSamples()
|
protected void UpdateNestedSamples()
|
||||||
|
Loading…
Reference in New Issue
Block a user