mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:03:22 +08:00
fix formatting
This commit is contained in:
parent
20e220df56
commit
f7f13cb9d9
@ -191,7 +191,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
|
||||
if (!snapPositions.Any())
|
||||
continue;
|
||||
|
||||
|
||||
var closestSnapPosition = snapPositions.MinBy(p => Vector2.Distance(p, screenSpacePosition));
|
||||
|
||||
if (Vector2.Distance(closestSnapPosition, screenSpacePosition) < snapRadius)
|
||||
|
Loading…
Reference in New Issue
Block a user