matthias-w il y a 8 ans
Parent
commit
48382e07dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/math/Box3.js

+ 1 - 1
src/math/Box3.js

@@ -423,7 +423,7 @@ Object.assign( Box3.prototype, {
 			if ( this.isEmpty() ) {
 			if ( this.isEmpty() ) {
 
 
 				return false;
 				return false;
-				
+
 			}
 			}
 
 
 			// compute box center and extents
 			// compute box center and extents

粤ICP备19079148号