Browse Source

Update CurvePath.js

Removal of unreachable break statement
DodekaHydra 10 years ago
parent
commit
c78f9ffdb1
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 ++;