diff --git a/osu.Game/Graphics/Containers/LogoFacadeContainer.cs b/osu.Game/Graphics/Containers/LogoFacadeContainer.cs
index a80b687057..1664fdde4d 100644
--- a/osu.Game/Graphics/Containers/LogoFacadeContainer.cs
+++ b/osu.Game/Graphics/Containers/LogoFacadeContainer.cs
@@ -55,6 +55,12 @@ namespace osu.Game.Graphics.Containers
startPosition = null;
}
+ ///
+ /// Gets the position that the logo should move to with respect to the .
+ /// Manually performs a conversion of the Facade's position to the relative position of the Logo's Parent.
+ ///
+ /// Will only be correct if the logo's are set to Axes.Both
+ /// The position that the logo should move to in its parent's relative space.
protected Vector2 LogoTrackingPosition()
{
Vector2 local;