mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 14:37:39 +09:00
parent
06a62edeb6
commit
60048e6cd1
@ -28,6 +28,10 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
|
|
||||||
Size = new Vector2(16) * sliderTick.Scale;
|
Size = new Vector2(16) * sliderTick.Scale;
|
||||||
|
|
||||||
|
// 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;
|
||||||
|
|
||||||
Masking = true;
|
Masking = true;
|
||||||
CornerRadius = Size.X / 2;
|
CornerRadius = Size.X / 2;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user