1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 06:27:18 +08:00

Fix flipped xmldoc

This commit is contained in:
Salman Ahmed 2021-07-27 18:22:32 +03:00
parent ed903c60ea
commit 5cb02002d7

View File

@ -106,7 +106,7 @@ namespace osu.Game.Rulesets.Osu.Utils
}
/// <summary>
/// Reflects the position of the <see cref="OsuHitObject"/> in the playfield vertically.
/// Reflects the position of the <see cref="OsuHitObject"/> in the playfield horizontally.
/// </summary>
/// <param name="osuObject">The object to reflect.</param>
public static void ReflectHorizontally(OsuHitObject osuObject)
@ -127,7 +127,7 @@ namespace osu.Game.Rulesets.Osu.Utils
}
/// <summary>
/// Reflects the position of the <see cref="OsuHitObject"/> in the playfield horizontally.
/// Reflects the position of the <see cref="OsuHitObject"/> in the playfield vertically.
/// </summary>
/// <param name="osuObject">The object to reflect.</param>
public static void ReflectVertically(OsuHitObject osuObject)