Skip to content

Commit

Permalink
Remove obsolete property setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Arps committed May 26, 2012
1 parent 468acea commit fc9d19c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Player.js
Expand Up @@ -39,7 +39,6 @@ define([

// init controls
var controls = this.controls = new THREE.SpaceshipControls(camera, this.container, config);
controls.invertYAxis = config.controls.invertYAxis;
controls.movementSpeed = 0;
controls.domElement = this.container;
controls.rollSpeed = this.shipStats.rollSpeed;
Expand Down

0 comments on commit fc9d19c

Please sign in to comment.