1
0
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:
Bartłomiej Dach 2024-05-29 10:57:30 +02:00
parent 9fb7cc5900
commit 22a2adb5e6
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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()