1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:09:58 +08:00

Fix flipped xmldoc

This commit is contained in:
Salman Ahmed
2021-07-27 18:22:32 +03:00
Unverified
parent ed903c60ea
commit 5cb02002d7
@@ -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)