mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
review modifications: change xmldoc wording, configure with enum instead of bool, declare incompatibility with hr
This commit is contained in:
@ -106,7 +106,7 @@ namespace osu.Game.Rulesets.Osu.Utils
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Reflects an OsuHitObject's position horizontally (over the 'y axis').
|
||||
/// Reflects an OsuHitObject's position horizontally.
|
||||
/// </summary>
|
||||
/// <param name="osuObject">The OsuHitObject to be reflected.</param>
|
||||
/// <returns>The reflected OsuHitObject.</returns>
|
||||
@ -130,7 +130,7 @@ namespace osu.Game.Rulesets.Osu.Utils
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Reflects an OsuHitObject's position vertically (over the 'x axis').
|
||||
/// Reflects an OsuHitObject's position vertically.
|
||||
/// </summary>
|
||||
/// <param name="osuObject">The OsuHitObject to be reflected.</param>
|
||||
/// <returns>The reflected OsuHitObject.</returns>
|
||||
|
Reference in New Issue
Block a user