File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public SplineAutoConstructMode autoConstructMode
75
75
}
76
76
}
77
77
}
78
-
78
+
79
79
private Vector3 [ ] autoConstructedSplineRhs ;
80
80
private Vector3 [ ] autoConstructedSplineControlPoints ;
81
81
private float [ ] autoConstructedSplineTmp ;
@@ -1059,7 +1059,7 @@ public void AutoConstructSpline()
1059
1059
autoConstructedSplineControlPoints = new Vector3 [ rhsLength ] ; // Solution vector
1060
1060
if ( autoConstructedSplineTmp == null || rhsLength != autoConstructedSplineTmp . Length )
1061
1061
autoConstructedSplineTmp = new float [ rhsLength ] ; // Temp workspace
1062
-
1062
+
1063
1063
1064
1064
for ( int i = 1 ; i < n - 1 ; i ++ )
1065
1065
autoConstructedSplineRhs [ i ] = 4 * endPoints [ i ] . position + 2 * endPoints [ i + 1 ] . position ;
@@ -1504,4 +1504,4 @@ internal void Reset()
1504
1504
}
1505
1505
#endif
1506
1506
}
1507
- }
1507
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.yasirkula.beziersolution" ,
3
3
"displayName" : " Bezier Solution" ,
4
- "version" : " 2.3.1 " ,
4
+ "version" : " 2.3.2 " ,
5
5
"documentationUrl" : " https://github.com/yasirkula/UnityBezierSolution" ,
6
6
"changelogUrl" : " https://github.com/yasirkula/UnityBezierSolution/releases" ,
7
7
"licensesUrl" : " https://github.com/yasirkula/UnityBezierSolution/blob/master/LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments