mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
update comment
This commit is contained in:
@ -257,6 +257,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
/// Adjust Drag circle to be centered on the center of the border instead of on the edge.
|
/// Adjust Drag circle to be centered on the center of the border instead of on the edge.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="anchor">The part of the rectangle to be adjusted.</param>
|
/// <param name="anchor">The part of the rectangle to be adjusted.</param>
|
||||||
|
/// <returns>A 2d vector on how much to adjust the drag circle</returns>
|
||||||
private Vector2 getAdjustmentToCenterCircleOnBorder(Anchor anchor)
|
private Vector2 getAdjustmentToCenterCircleOnBorder(Anchor anchor)
|
||||||
{
|
{
|
||||||
Vector2 adjustment = Vector2.Zero;
|
Vector2 adjustment = Vector2.Zero;
|
||||||
|
Reference in New Issue
Block a user