Browse Source

%s/ /\t/g

Patrick Fuller 10 years ago
parent
commit
8802eb85be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/controls/OrthographicTrackballControls.js

+ 1 - 1
examples/js/controls/OrthographicTrackballControls.js

@@ -306,7 +306,7 @@ THREE.OrthographicTrackballControls = function ( object, domElement ) {
 		if ( !_this.noZoom ) {
 
 			_this.zoomCamera();
-                        _this.object.updateProjectionMatrix();
+			_this.object.updateProjectionMatrix();
 
 		}