mirror of
https://github.com/ppy/osu
synced 2025-01-14 10:01:14 +00:00
Remove unnecessary and out-of-place xmldoc
This commit is contained in:
parent
aa1cb65eaa
commit
61d4eb1777
@ -134,7 +134,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
/// <param name="moveEvent">The move event.</param>
|
/// <param name="moveEvent">The move event.</param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// Whether any items could be moved.
|
/// Whether any items could be moved.
|
||||||
/// Returning true will also propagate StartTime changes provided by the closest <see cref="IPositionSnapProvider.SnapScreenSpacePositionToValidTime"/>.
|
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public virtual bool HandleMovement(MoveSelectionEvent<T> moveEvent) => false;
|
public virtual bool HandleMovement(MoveSelectionEvent<T> moveEvent) => false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user