1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00

Fix incorrect SelectionPoint

This commit is contained in:
smoogipoo 2017-12-11 18:06:05 +09:00
parent 4573cc3322
commit b28306d3c0

View File

@ -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.