diff --git a/osu.Game/Screens/Edit/Compose/Components/SelectionBox.cs b/osu.Game/Screens/Edit/Compose/Components/SelectionBox.cs
index e4feceb987..4a0a925962 100644
--- a/osu.Game/Screens/Edit/Compose/Components/SelectionBox.cs
+++ b/osu.Game/Screens/Edit/Compose/Components/SelectionBox.cs
@@ -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.
///
/// The part of the rectangle to be adjusted.
+ /// A 2d vector on how much to adjust the drag circle
private Vector2 getAdjustmentToCenterCircleOnBorder(Anchor anchor)
{
Vector2 adjustment = Vector2.Zero;