瀏覽代碼

return this

sunag 8 年之前
父節點
當前提交
00f53cdaae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/math/Box3.js

+ 1 - 1
src/math/Box3.js

@@ -125,7 +125,7 @@ Box3.prototype = {
 
 		this.makeEmpty();
 
-		this.expandByObject( object );
+		return this.expandByObject( object );
 
 	},