Fix incorrect coordinate space mention in xmldoc

This commit is contained in:
Dean Herbert 2021-04-28 11:44:50 +09:00
parent 61d4eb1777
commit bc455005a5

View File

@ -147,7 +147,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
/// <summary>
/// Handles the selected items being scaled.
/// </summary>
/// <param name="scale">The delta scale to apply, in playfield local coordinates.</param>
/// <param name="scale">The delta scale to apply, in local coordinates.</param>
/// <param name="anchor">The point of reference where the scale is originating from.</param>
/// <returns>Whether any items could be scaled.</returns>
public virtual bool HandleScale(Vector2 scale, Anchor anchor) => false;