Browse Source

white space

Garrett Johnson 5 năm trước cách đây
mục cha
commit
b8d7a4d3d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/jsm/csm/CSM.js

+ 1 - 1
examples/jsm/csm/CSM.js

@@ -187,7 +187,7 @@ export default class CSM {
 
 			}
 
-            let squaredBBWidth = point1.distanceTo( point2 );
+			let squaredBBWidth = point1.distanceTo( point2 );
 			_bbox.makeEmpty();
 			for ( let j = 0; j < 4; j ++ ) {