Explorar o código

Remove return statement from .update()

WestLangley %!s(int64=8) %!d(string=hai) anos
pai
achega
10c8fcaa50
Modificáronse 1 ficheiros con 0 adicións e 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;
-
 	};
 
 }() );