1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 03:43:21 +08:00

fix warning

This commit is contained in:
OliBomby 2024-07-03 16:41:57 +02:00
parent 979a5e9f3e
commit 0797d942ae

View File

@ -194,7 +194,7 @@ namespace osu.Game.Rulesets.Osu.Edit
/// <summary>
/// Clamp scale for multi-object-scaling where selection does not exceed playfield bounds or flip.
/// </summary
/// </summary>
/// <param name="origin">The origin from which the scale operation is performed</param>
/// <param name="scale">The scale to be clamped</param>
/// <param name="adjustAxis">The axes to adjust the scale in.</param>