1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:12:56 +08:00

Fix outdated xmldoc

This commit is contained in:
Dean Herbert 2020-11-30 18:35:30 +09:00
parent c17d67bc7d
commit 3ad2eeaff5

View File

@ -85,7 +85,7 @@ namespace osu.Game.Rulesets.Edit
} }
/// <summary> /// <summary>
/// Updates the position of this <see cref="PlacementBlueprint"/> to a new screen-space position. /// Updates the time and position of this <see cref="PlacementBlueprint"/> based on the provided snap information.
/// </summary> /// </summary>
/// <param name="result">The snap result information.</param> /// <param name="result">The snap result information.</param>
public virtual void UpdateTimeAndPosition(SnapResult result) public virtual void UpdateTimeAndPosition(SnapResult result)