Просмотр исходного кода

BoxHelper: Remove return statement of .update()

Mugen87 8 лет назад
Родитель
Сommit
9e495444a1
1 измененных файлов с 0 добавлено и 2 удалено
  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;
-
 	};
 
 } )();

粤ICP备19079148号