Browse Source

Merge pull request #6001 from DodekaHydra/patch-1

Update CurvePath.js
Mr.doob 10 years ago
parent
commit
c39aa98d9b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/extras/core/CurvePath.js

+ 0 - 1
src/extras/core/CurvePath.js

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