1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Fix comment

This commit is contained in:
ekrctb 2020-12-14 13:18:32 +09:00
parent d96399ea42
commit 0ad256a762

View File

@ -51,7 +51,7 @@ namespace osu.Game.Rulesets.Catch.Objects
private float xOffset;
/// <summary>
/// A random offset applied to the horizontal value, set by the <see cref="CatchBeatmapProcessor"/>.
/// A random offset applied to the horizontal position, set by the <see cref="CatchBeatmapProcessor"/>.
/// </summary>
internal float XOffset
{