Browse Source

white space

Garrett Johnson 5 years ago
parent
commit
b8d7a4d3d4
1 changed files with 1 additions and 1 deletions
  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 ++ ) {