Explorar el Código

Remove return statement from .update()

WestLangley hace 8 años
padre
commit
10c8fcaa50
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/helpers/VertexNormalsHelper.js

+ 0 - 2
src/helpers/VertexNormalsHelper.js

@@ -145,8 +145,6 @@ VertexNormalsHelper.prototype.update = ( function () {
 
 		position.needsUpdate = true;
 
-		return this;
-
 	};
 
 }() );