Update CurvePath.js
@@ -72,7 +72,6 @@ THREE.CurvePath.prototype.getPoint = function( t ) {
return curve.getPointAt( u );
- break;
}
i ++;