mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Remove X setter from CatchHitObject
This commit is contained in:
@ -33,14 +33,6 @@ namespace osu.Game.Rulesets.Catch.Objects
|
||||
|
||||
float IHasXPosition.X => OriginalX;
|
||||
|
||||
/// <summary>
|
||||
/// An alias of <see cref="OriginalX"/> setter.
|
||||
/// </summary>
|
||||
public float X
|
||||
{
|
||||
set => OriginalX = value;
|
||||
}
|
||||
|
||||
public readonly Bindable<float> EffectiveXBindable = new Bindable<float>();
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user