mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
Fix method indent size
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
e86ebd6cdb
commit
f28f19ed7e
@ -389,7 +389,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
|
||||
static bool isLinear(Vector2 p0, Vector2 p1, Vector2 p2)
|
||||
=> Precision.AlmostEquals(0, (p1.Y - p0.Y) * (p2.X - p0.X)
|
||||
- (p1.X - p0.X) * (p2.Y - p0.Y));
|
||||
- (p1.X - p0.X) * (p2.Y - p0.Y));
|
||||
}
|
||||
|
||||
private PathControlPoint[] mergePointsLists(List<ArraySegment<PathControlPoint>> controlPointList)
|
||||
|
Loading…
Reference in New Issue
Block a user