Fix slider selection input handled outside path

This commit is contained in:
smoogipoo 2019-11-05 17:31:52 +09:00
parent 621f4387c9
commit d77882c21b
1 changed files with 2 additions and 0 deletions

View File

@ -43,5 +43,7 @@ public override void UpdateFrom(Slider hitObject)
Size = body.Size;
OriginPosition = body.PathOffset;
}
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => body.ReceivePositionalInputAt(screenSpacePos);
}
}