2
0
Эх сурвалжийг харах

Remove return statement from .update()

WestLangley 8 жил өмнө
parent
commit
10c8fcaa50

+ 0 - 2
src/helpers/VertexNormalsHelper.js

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