Explorar el Código

Update CurvePath.js

Removal of unreachable break statement
DodekaHydra hace 11 años
padre
commit
c78f9ffdb1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 ++;