Jelajahi Sumber

return this

sunag 8 tahun lalu
induk
melakukan
00f53cdaae
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 );
 
 	},