Rename application method to better describe what it actually does

This commit is contained in:
Dean Herbert
2020-11-26 19:16:18 +09:00
parent e53f4c6589
commit 9811c46e35
10 changed files with 18 additions and 18 deletions

View File

@ -88,7 +88,7 @@ namespace osu.Game.Rulesets.Edit
/// Updates the position of this <see cref="PlacementBlueprint"/> to a new screen-space position.
/// </summary>
/// <param name="result">The snap result information.</param>
public virtual void UpdatePosition(SnapResult result)
public virtual void UpdateTimeAndPosition(SnapResult result)
{
if (!PlacementActive)
HitObject.StartTime = result.Time ?? EditorClock?.CurrentTime ?? Time.Current;