mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Get rid of AlwaysReceiveInput
This commit is contained in:
@ -28,10 +28,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
|
||||
public DrawableSlider(Slider s) : base(s)
|
||||
{
|
||||
// Since the DrawableSlider itself is just a container without a size we need to
|
||||
// pass all input through.
|
||||
AlwaysReceiveInput = true;
|
||||
|
||||
SliderBouncer bouncer1;
|
||||
slider = s;
|
||||
|
||||
|
Reference in New Issue
Block a user