ソースを参照

BoxHelper: Remove return statement of .update()

Mugen87 8 年 前
コミット
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;
-
 	};
 
 } )();