Forráskód Böngészése

BoxHelper: Remove return statement of .update()

Mugen87 8 éve
szülő
commit
9e495444a1
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      src/helpers/BoxHelper.js

+ 0 - 2
src/helpers/BoxHelper.js

@@ -84,8 +84,6 @@ BoxHelper.prototype.update = ( function () {
 
 		this.geometry.computeBoundingSphere();
 
-		return this;
-
 	};
 
 } )();