Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 22, 2014
2 parents d976b30 + d07f3a5 commit f011c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/controls/OrbitControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ THREE.OrbitControls = function ( object, domElement ) {

phi = Math.atan2( Math.sqrt( offset.x * offset.x + offset.z * offset.z ), offset.y );

if ( this.autoRotate ) {
if ( this.autoRotate && state === STATE.NONE ) {

this.rotateLeft( getAutoRotationAngle() );

Expand Down

0 comments on commit f011c39

Please sign in to comment.