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