1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Correct xmldoc

This commit is contained in:
David Zhao 2019-04-04 13:33:13 +09:00
parent 456459cafa
commit 6f5e9fe50d

View File

@ -57,7 +57,7 @@ namespace osu.Game.Graphics.Containers
/// <summary>
/// Gets the position that the logo should move to with respect to the <see cref="LogoFacade"/>.
/// Manually performs a conversion of the Facade's position to the relative position of the Logo's Parent.
/// Manually performs a conversion of the Facade's position to the Logo's parent's relative space.
/// </summary>
/// <remarks>Will only be correct if the logo's <see cref="Drawable.RelativePositionAxes"/> are set to Axes.Both</remarks>
/// <returns>The position that the logo should move to in its parent's relative space.</returns>