Browse Source

Removed unused noFly property.

sole 13 years ago
parent
commit
4716aee469
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/extras/controls/FirstPersonControls.js

+ 0 - 1
src/extras/controls/FirstPersonControls.js

@@ -14,7 +14,6 @@ THREE.FirstPersonControls = function ( object, domElement ) {
 	this.movementSpeed = 1.0;
 	this.movementSpeed = 1.0;
 	this.lookSpeed = 0.005;
 	this.lookSpeed = 0.005;
 
 
-	this.noFly = false;
 	this.lookVertical = true;
 	this.lookVertical = true;
 	this.autoForward = false;
 	this.autoForward = false;
 	// this.invertVertical = false;
 	// this.invertVertical = false;