mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:52:55 +08:00
Fix incorrect SelectionPoint
This commit is contained in:
parent
4573cc3322
commit
b28306d3c0
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
/// <summary>
|
||||
/// The local point that causes this <see cref="DrawableHitObject"/> to be selected in the Editor.
|
||||
/// </summary>
|
||||
public virtual Vector2 SelectionPoint => Vector2.Zero;
|
||||
public virtual Vector2 SelectionPoint => DrawSize / 2f;
|
||||
|
||||
/// <summary>
|
||||
/// The local rectangle that outlines this <see cref="DrawableHitObject"/> for selections in the Editor.
|
||||
|
Loading…
Reference in New Issue
Block a user