sunag 8 gadi atpakaļ
vecāks
revīzija
00f53cdaae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 );
 
 	},