浏览代码

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 );
 
 	},