mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
Remove now unused member
This commit is contained in:
parent
83cab2ba8a
commit
9463475202
@ -50,11 +50,6 @@ namespace osu.Game.Rulesets.Catch.Objects
|
||||
/// </summary>
|
||||
public CatchHitObject HyperDashTarget;
|
||||
|
||||
/// <summary>
|
||||
/// The minimum distance to be moved from the last <see cref="CatchHitObject"/> to hit this <see cref="CatchHitObject"/>.
|
||||
/// </summary>
|
||||
internal float? LazyMovementDistance;
|
||||
|
||||
protected override void ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
|
||||
{
|
||||
base.ApplyDefaultsToSelf(controlPointInfo, difficulty);
|
||||
|
Loading…
Reference in New Issue
Block a user