mirror of
https://github.com/ppy/osu
synced 2024-12-26 08:53:10 +00:00
Fix incorrect coordinate space mention in xmldoc
This commit is contained in:
parent
61d4eb1777
commit
bc455005a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user